summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgilcu32024-03-22 09:16:11 +0100
committergilcu32024-03-22 09:16:56 +0100
commit8b7e4e5bf0cc05471bc927b419d1d7d7e52487ca (patch)
tree2980df99880503a1442cec795c2a16c9667c905f /PKGBUILD
parentc49d838e96dc3772fb9c7a0d5eb58d34812d98ef (diff)
downloadaur-rabbitvcs-thunar.tar.gz
fix dep
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")