summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Klassen2016-05-10 22:48:14 -0700
committerJordan Klassen2016-05-10 22:48:14 -0700
commit7de92bf02c66579b4717e018414d3ce8028e7da6 (patch)
tree47f610d77d2ff724465d244eb26740c7e3cf1d7b
parent6156fc6a67a3c9a5f0b7931b3e5694e30b97d89f (diff)
downloadaur-7de92bf02c66579b4717e018414d3ce8028e7da6.tar.gz
fix conflicts array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ef08da13491..1b66de999b00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed May 11 05:45:44 UTC 2016
+# Wed May 11 05:48:03 UTC 2016
pkgbase = anatine-bin
pkgdesc = Pristine Twitter app
pkgver = 0.2.0
@@ -16,7 +16,7 @@ pkgbase = anatine-bin
depends = nss
depends = alsa-lib
optdepends = gvfs
- conflicts = caprine
+ conflicts = anatine
noextract = Anatine-linux-v0.2.0.zip
options = !strip
source = Anatine-linux-v0.2.0.zip::https://github.com/sindresorhus/anatine/releases/download/0.2.0/Anatine-linux-0.2.0.zip
diff --git a/PKGBUILD b/PKGBUILD
index f08c3106d3c0..49b9f4535ef8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ options=(!strip)
makedepends=('xdg-utils' 'desktop-file-utils')
depends=('gconf' 'gtk2' 'libnotify' 'libxtst' 'nss' 'alsa-lib')
optdepends=('gvfs')
-conflicts=('caprine')
+conflicts=('anatine')
source=(
"Anatine-linux-v${pkgver}.zip::https://github.com/sindresorhus/anatine/releases/download/${pkgver}/Anatine-linux-${pkgver}.zip"