aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-03-15 12:29:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:18:13 +0000
commit0e27beec269144633d178b27346eac77cb4e7c02 (patch)
tree8ee38141d382950204ac4c84a7d828980ff1c996
parentb6ac8bbe1b40e566fa76e92e80804a1344ac058b (diff)
community/lldb: rebuild against python 3.9
-rw-r--r--community/lldb/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lldb/APKBUILD b/community/lldb/APKBUILD
index cf1b23b6150..ab82374fc47 100644
--- a/community/lldb/APKBUILD
+++ b/community/lldb/APKBUILD
@@ -3,7 +3,7 @@
pkgname=lldb
# Note: Update together with llvm.
pkgver=11.1.0
-pkgrel=0
+pkgrel=1
_vermajor=${pkgver%%.*}
pkgdesc="Next generation, high-performance debugger"
arch="aarch64 armv7 s390x x86_64"