summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSatius2015-10-20 16:35:50 +0200
committerSatius2015-10-20 16:35:50 +0200
commit9e3b4b504a026d63df1009f9b2a96c4fec32a08d (patch)
tree10cb80a1993dc9d0837aab7f5f0ef3914a616c74 /PKGBUILD
parentdd0aaf64466d6704d0671310fc319dac7b57433e (diff)
downloadaur-9e3b4b504a026d63df1009f9b2a96c4fec32a08d.tar.gz
Fix typo in conflicts list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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)