summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcell Meszaros2024-03-28 15:58:03 +0100
committerMarcell Meszaros2024-03-28 15:58:03 +0100
commitedb99c12bff1d7f9886480b675a7d0d8067d3e61 (patch)
treeaf6bbe44cf84ff769b7231d96dd3f1e47d22ba19 /PKGBUILD
parent37db9316747507527558b96e2e1963a245370cfc (diff)
downloadaur-edb99c12bff1d7f9886480b675a7d0d8067d3e61.tar.gz
depend on the properly named dahdi-linux pkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f755ef761b31..5e618a0aa9bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=libpri
pkgver=1.6.1
-pkgrel=1
+pkgrel=2
pkgdesc='library that encapsulates the protocols used to communicate over ISDN Primary Rate Interfaces'
arch=(x86_64 i686)
url="https://github.com/asterisk/$pkgname"
license=(GPL-2.0-only)
-depends=(dahdi)
+depends=(dahdi-linux)
_archive="$pkgname-$pkgver"
source=("$url/archive/$pkgver/$_archive.tar.gz")
sha256sums=('c38ea1b5a90a6a7a38d57fcb58f47f14d865468acf9e2e1ef0dc76e257755c7a')