summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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})