summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatius2015-10-20 16:35:50 +0200
committerSatius2015-10-20 16:35:50 +0200
commit9e3b4b504a026d63df1009f9b2a96c4fec32a08d (patch)
tree10cb80a1993dc9d0837aab7f5f0ef3914a616c74
parentdd0aaf64466d6704d0671310fc319dac7b57433e (diff)
downloadaur-libmemcached-old.tar.gz
Fix typo in conflicts list
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c65595f66d8a..d58cbef3f660 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = libmemcached-old
depends = glibc
depends = libsasl
depends = libevent
- conflicts = libmemcache
+ conflicts = libmemcached
source = http://launchpad.net/libmemcached/1.0/1.0.8/+download/libmemcached-1.0.8.tar.gz
sha256sums = 03f4eb91634f1434a93d4709eccd0c4cce3eb296b54f2b1998ca4a9ce1661ca5
diff --git a/PKGBUILD b/PKGBUILD
index e68cad33941e..526dc878177b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="C and C++ client library to the memcached server, old version"
arch=('i686' 'x86_64')
url="http://libmemcached.org/"
license=('GPL')
-conflicts=('libmemcache')
+conflicts=('libmemcached')
depends=('glibc' 'libsasl' 'libevent')
makedepends=('perl' 'memcached' 'python-sphinx')
source=(http://launchpad.net/$srcname/1.0/$pkgver/+download/$srcname-$pkgver.tar.gz)