summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2021-04-08 13:53:00 -0300
committerRodrigo Bezerra2021-04-08 13:53:00 -0300
commit8aea8f41d4168552016fdef52a7bd09b65ad3bca (patch)
treea1c0c9230842e0384ec4f410df511ff1014be6dd
parent6402dc023040465a48558dfd9b4a55954b0a278f (diff)
downloadaur-8aea8f41d4168552016fdef52a7bd09b65ad3bca.tar.gz
Fix build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f62ed339878f..498d39138a9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-libsrtp
pkgdesc = Library for SRTP (Secure Realtime Transport Protocol) (32-bit)
pkgver = 2.3.0
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/cisco/libsrtp
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c3ec55624720..23933f990b31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_basename=libsrtp
pkgname="lib32-$_basename"
pkgver=2.3.0
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="Library for SRTP (Secure Realtime Transport Protocol) (32-bit)"
url="https://github.com/cisco/libsrtp"
@@ -32,7 +32,8 @@ prepare() {
# Fix building with GCC 10
git cherry-pick -n 716a73862b387a2107f37398c0fb7d9a754c0ccd
- autoreconf -fvi
+ autoreconf -fvi || true
+ sed -i -e 's|install-sh ar-lib|install-sh|' configure
}
build() {