diff options
author | Johnathan Jenkins | 2016-02-01 10:42:59 -0800 |
---|---|---|
committer | Johnathan Jenkins | 2016-02-01 10:42:59 -0800 |
commit | e778cdf88059bc74364d3bd37bc71976384aef6b (patch) | |
tree | 51a16a5725985c69a96a2a6c9c4234e185f13861 /PKGBUILD | |
parent | 15929646d62c2f1fe9a50e51933bcd5697ee046e (diff) | |
download | aur-e778cdf88059bc74364d3bd37bc71976384aef6b.tar.gz |
fix conflict
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ arch=('any') url="https://github.com/jarun/google-cli" license=('GPL3') depends=('python') -conflicts=('google-cli-git') +conflicts=('googler-git') source=("https://github.com/jarun/google-cli/archive/v$pkgver.tar.gz") md5sums=('1329218e1331546861cf64b30ac5fe39') |