summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGAZDOWN2019-01-22 18:13:06 +0100
committerGAZDOWN2019-01-22 18:13:06 +0100
commit22c00bcbf08dceee5d0abf4ec2aaaa4bed38356a (patch)
tree6e467e37311cf2ab36b9aa9f70179ff4320aa601 /PKGBUILD
parenta85be75a81493fc1b57ec7d73037220aa969095d (diff)
downloadaur-22c00bcbf08dceee5d0abf4ec2aaaa4bed38356a.tar.gz
fix deps, add conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1366a574b04..67461ab77b0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@ pkgname=libupnp18
_pkgname=libupnp
pkgver=1.8.4
_pkgver=1.8
-pkgrel=1
+pkgrel=2
pkgdesc='A separate installation of libupnp 1.8 branch'
url='http://pupnp.sourceforge.net/'
arch=('x86_64')
license=('BSD')
-depends=('glibc' 'libupnp<=1.8')
+depends=('glibc')
makedepends=('pkgconfig' 'make' 'gcc' 'binutils' 'autoconf' 'automake' 'fakeroot')
+conflicts=('libupnp>=1.8')
source=(https://downloads.sourceforge.net/sourceforge/pupnp/${_pkgname}-${pkgver}.tar.bz2)
sha256sums=('188d3f786d92fe14191f17634d2d87847eee7d2b568a5257ea23262fec9973d6')