aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-09-27 04:47:03 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-09-27 08:35:19 +0000
commit30cc35cdb0e8720aea3e6ee81463a8f6d48515f3 (patch)
tree43c08737c8df38bfb34818c24bccb1a9b2a1143d
parent73b739317461efdda53392323c862b66694b8d2d (diff)
testing/libexosip2: upgrade to 5.1.3
-rw-r--r--testing/libexosip2/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/libexosip2/APKBUILD b/testing/libexosip2/APKBUILD
index 6aa2c02c826..ed1700f79c7 100644
--- a/testing/libexosip2/APKBUILD
+++ b/testing/libexosip2/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Sugar <tychosoft@gmail.com>
# Contributor: David Sugar <tychosoft@gmail.com>
pkgname=libexosip2
-pkgver=5.1.1
+pkgver=5.1.3
pkgrel=0
pkgdesc="Extended osip2 library"
url="http://savannah.nongnu.org/projects/exosip"
@@ -12,7 +12,6 @@ makedepends="
autoconf
automake
libtool
- pkgconf
c-ares-dev
libosip2-dev
openssl-dev
@@ -31,7 +30,8 @@ build() {
--prefix=/usr \
--disable-tools \
--enable-pthread \
- --with-gnu-ld
+ --with-gnu-ld \
+ --disable-static
make
}
@@ -39,4 +39,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="cec5931484aa1a5e4a0679cc715da163df9429016ad74841a518c52c2bea6d9038a312b252802607d9a836bd2e598e2f3a4a24a9f63b34a0fb8c737f32329b96 libexosip2-5.1.1.tar.gz"
+sha512sums="4cca9785a96997fcd8a2162c142268fe5a26ff09cb0d6c9cf64c7315f2677a4c019cad6f6ed955f8a1e8f8eda49f81d68d4dde40a3607389e3c97f53b4b1c696 libexosip2-5.1.3.tar.gz"