summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZeph2017-09-24 08:27:11 +0000
committerZeph2017-09-24 08:27:11 +0000
commit44840f7a80536a5c6c442afa081f2a71f087b32a (patch)
tree12008b9c3b6920904ab9445c5403794088f017a8 /PKGBUILD
parentf89a4b02cf2e0a0acca3ad307091921ebae89016 (diff)
downloadaur-44840f7a80536a5c6c442afa081f2a71f087b32a.tar.gz
V0.17.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 975591adaf9f..9109950a0fc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,22 @@
pkgname=rabbitvcs-nemo
pkgdesc="Nemo front-end for rabbitvcs SVN GIT HG Extension."
-pkgver=0.16
-pkgrel=3
+pkgver=0.17.1
+pkgrel=1
arch=('any')
url="https://github.com/rabbitvcs/rabbitvcs"
install=$pkgname.install
depends=('nemo-python>=2.0' 'python2-dbus' "rabbitvcs>=$pkgver")
license=('GPL')
-_gitcommit="4e94b82e34b409f0baced88521a6e03cb29c4155"
+_gitcommit=""
if [ "${_gitcommit}" != "" ]; then
source=("rabbitvcs-$pkgver-$pkgrel.tar.gz::$url/archive/$_gitcommit.tar.gz")
else
source=("rabbitvcs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
fi
-md5sums=('9669132c6ef3f21ecfe1fd96b9be3e0d')
+md5sums=('95b7c30945f10333588a39b5f6766136')
+#md5sums=('SKIP')
+
build() {
if [ "$_gitcommit" != "" ]; then