summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71390ba439ad..ea86c171b1ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=rabbitvcs-thunar
pkgver=0.19
-pkgrel=1
+pkgrel=2
pkgdesc="Thunar front-end for RabbitVCS SVN GIT HG Extension."
-#_gitcommit='c424618cc15686a902a0255cdf6751647dd39b19'
+_gitcommit=''
arch=('any')
url="https://github.com/rabbitvcs/rabbitvcs"
install=$pkgname.install
-depends=('python-thunarx' 'python-dbus' "rabbitvcs>=$pkgver")
+depends=('thunarx-python' 'python-dbus' "rabbitvcs>=$pkgver")
license=('GPL')
if [ "${_gitcommit}" != "" ]; then
source=("rabbitvcs-$pkgver-$pkgrel.tar.gz::$url/archive/$_gitcommit.tar.gz")