diff options
-rw-r--r-- | testing/libunwind/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libunwind/APKBUILD b/testing/libunwind/APKBUILD index 4f186c0def..be699f231c 100644 --- a/testing/libunwind/APKBUILD +++ b/testing/libunwind/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Ben Pye <ben@curlybracket.co.uk> pkgname=libunwind pkgver=1.1 -pkgrel=2 +pkgrel=3 pkgdesc="Portable and efficient C programming interface (API) to determine the call-chain of a program" url="http://www.nongnu.org/libunwind/" -arch="all" +arch="x86_64 armhf" license="MIT" depends="" depends_dev="" |