summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Krivopalov2017-12-24 17:27:30 -0800
committerVladimir Krivopalov2017-12-24 17:27:30 -0800
commitc7b60d75319a8ff8b1524a843efb62cbd83304f0 (patch)
treef8924080ba54965556a3c1968423bf2d16bafa28 /PKGBUILD
parent7b0615345021e7cd1001834032fe32478e8eb6b4 (diff)
downloadaur-thrift-0.10.0.tar.gz
Fixed 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 2639e9c21d21..6839a152b9cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='http://thrift.apache.org/'
license=(APACHE)
depends=(gcc-libs openssl)
makedepends=(boost libevent git)
-conflicts=('thrift', 'thrift-git')
+conflicts=('thrift' 'thrift-git')
provides=('thrift')
replaces=('thrift')
source=("git://github.com/apache/thrift.git#tag=${pkgver}")