aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/toxcore/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/toxcore/APKBUILD b/testing/toxcore/APKBUILD
index 2290bcb474..60e6c99444 100644
--- a/testing/toxcore/APKBUILD
+++ b/testing/toxcore/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Sieber <mail@strfry.org>
pkgname=toxcore
pkgver=0.2.9
-pkgrel=0
+pkgrel=1
pkgdesc="Tox communication project - Core Library"
url="https://tox.chat/"
arch="all"
@@ -30,6 +30,7 @@ check() {
package() {
make DESTDIR="$pkgdir" install
+ rm -f "$pkgdir"/usr/lib/*.a
}
sha512sums="917826a906a9ca4f04f34494616b8e36ec9e74c6b0709c50e8fe2dd9da680d170013fef242a3fe1b834e8e54cd2dde6be1c14e5d977f8531436ef34280bc3966 toxcore-0.2.9.tar.gz"