summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Brunelli2015-06-20 14:40:15 -0300
committerIan Brunelli2015-06-20 14:40:15 -0300
commit504a7664fb36b6c0bc6d6413d4cd79329067ec51 (patch)
tree573127e4b55efca59374ef08bff81a501f8c29c3
parent41abcec7da3dabd9ad1034ae01b25575f71c0a36 (diff)
downloadaur-504a7664fb36b6c0bc6d6413d4cd79329067ec51.tar.gz
Fixed the conflicts.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 455dba3547dd..2a18d341ba97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = transmission-csd
pkgdesc = Fast, easy, and free BitTorrent client (GTK+ GUI), CSD port
pkgver = r57.baf688f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/derekstavis/transmission/tree/wip/gtk-3.14
install = transmission-gtk.install
arch = i686
@@ -19,7 +19,7 @@ pkgbase = transmission-csd
optdepends = notification-daemon: Desktop notification support
optdepends = transmission-cli: daemon and web support
provides = transmission-gtk
- conflicts = transmisison-gtk
+ conflicts = transmission-gtk
options = !emptydirs
source = git://github.com/derekstavis/transmission.git#branch=wip/gtk-3.14
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d6de6805b844..0a551a2ffa55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=transmission-csd
_gitname=transmission
_gitbranch="wip/gtk-3.14"
pkgver=r57.baf688f
-pkgrel=1
+pkgrel=2
pkgdesc="Fast, easy, and free BitTorrent client (GTK+ GUI), CSD port"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -16,7 +16,7 @@ optdepends=('notification-daemon: Desktop notification support'
options=('!emptydirs')
source=("git://github.com/derekstavis/${_gitname}.git#branch=${_gitbranch}")
install="transmission-gtk.install"
-conflicts=('transmisison-gtk')
+conflicts=('transmission-gtk')
provides=('transmission-gtk')
md5sums=('SKIP')