summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore18
-rw-r--r--PKGBUILD4
3 files changed, 22 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fafdcba20f2d..3a0fc9c1c8e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = libpri
pkgdesc = library that encapsulates the protocols used to communicate over ISDN Primary Rate Interfaces
pkgver = 1.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/asterisk/libpri
arch = x86_64
arch = i686
license = GPL-2.0-only
- depends = dahdi
+ depends = dahdi-linux
source = https://github.com/asterisk/libpri/archive/1.6.1/libpri-1.6.1.tar.gz
sha256sums = c38ea1b5a90a6a7a38d57fcb58f47f14d865468acf9e2e1ef0dc76e257755c7a
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..058ba2318df1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+# based on https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
+*.tar
+*.tar.*
+*.rpm
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+
+*/
+*.orig
+*.bak
+*.backup
+*.kate-swp
+.directory
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')