summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGAZDOWN2019-01-24 12:24:40 +0100
committerGAZDOWN2019-01-24 12:24:40 +0100
commit1ca4453895c98664be0cdef7422bf8dea0393945 (patch)
treeb7a50a7d00a66301604da7e67310f15f614b9fe6 /PKGBUILD
parent22c00bcbf08dceee5d0abf4ec2aaaa4bed38356a (diff)
downloadaur-1ca4453895c98664be0cdef7422bf8dea0393945.tar.gz
replaced conflicts with provide
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67461ab77b0a..19843fcf6e21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ pkgname=libupnp18
_pkgname=libupnp
pkgver=1.8.4
_pkgver=1.8
-pkgrel=2
+pkgrel=3
pkgdesc='A separate installation of libupnp 1.8 branch'
url='http://pupnp.sourceforge.net/'
arch=('x86_64')
license=('BSD')
depends=('glibc')
makedepends=('pkgconfig' 'make' 'gcc' 'binutils' 'autoconf' 'automake' 'fakeroot')
-conflicts=('libupnp>=1.8')
+provides=( libupnp=${pkgver} )
source=(https://downloads.sourceforge.net/sourceforge/pupnp/${_pkgname}-${pkgver}.tar.bz2)
sha256sums=('188d3f786d92fe14191f17634d2d87847eee7d2b568a5257ea23262fec9973d6')