summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavier Devlamynck2017-07-31 08:43:53 +0000
committerXavier Devlamynck2017-07-31 08:43:53 +0000
commita363a3b9f1e92fe57f50f9bfcf3e6ee139bf704a (patch)
tree884424be4b727b8e35c75b14316d1043260833aa /PKGBUILD
parent86d774c4cc015d1531d0d72de676c2e665029945 (diff)
downloadaur-a363a3b9f1e92fe57f50f9bfcf3e6ee139bf704a.tar.gz
Change util-linux-ng dependency to util-linux
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 383937165192..74332551b442 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=pjproject
pkgver=2.6
-pkgrel=4
+pkgrel=5
pkgdesc="Open source SIP stack and media stack"
arch=('i686' 'x86_64' 'armv7h')
url="http://www.pjsip.org/"
license=('GPL')
-depends=('openssl' 'portaudio' 'speex' 'alsa-lib' 'libsamplerate' 'util-linux-ng' 'ffmpeg' 'libsrtp' 'opus')
+depends=('openssl' 'portaudio' 'speex' 'alsa-lib' 'libsamplerate' 'util-linux' 'ffmpeg' 'libsrtp' 'opus')
makedepends=('e2fsprogs' 'python')
install=pjproject.install
source=(http://www.pjsip.org/release/${pkgver}/pjproject-${pkgver}.tar.bz2)