summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-27 17:58:54 +0300
committerCaleb Maclennan2021-12-27 17:58:54 +0300
commit4bb2e39748f6cfea51cb634f3cfeb3202ecb7010 (patch)
tree79e20217155c14de943aa19aff1385768bfe7595
parent2fbec0988cdc1ae98c8b8c3efb7d2db509c095d3 (diff)
downloadaur-4bb2e39748f6cfea51cb634f3cfeb3202ecb7010.tar.gz
upgpkg: libss7 2.0.1-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2dc8af6d8de..faed0efaaba6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = libss7
url = http://www.asterisk.org
arch = x86_64
license = GPL
- depends = dahdi
+ depends = dahdi-linux
depends = glibc
source = https://downloads.asterisk.org/pub/telephony/libss7/releases/libss7-2.0.1.tar.gz
source = https://downloads.asterisk.org/pub/telephony/libss7/releases/libss7-2.0.1.tar.gz.asc
diff --git a/PKGBUILD b/PKGBUILD
index c82e32f837df..6699a1d95f98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='userspace library for providing SS7 protocol services to applications'
arch=(x86_64)
url=http://www.asterisk.org
license=(GPL)
-depends=(dahdi
+depends=(dahdi-linux
glibc)
_archive="$pkgname-$pkgver"
source=("https://downloads.asterisk.org/pub/telephony/$pkgname/releases/$_archive.tar.gz"{,.asc})