diff options
author | Zeph | 2017-09-24 08:27:11 +0000 |
---|---|---|
committer | Zeph | 2017-09-24 08:27:11 +0000 |
commit | 44840f7a80536a5c6c442afa081f2a71f087b32a (patch) | |
tree | 12008b9c3b6920904ab9445c5403794088f017a8 | |
parent | f89a4b02cf2e0a0acca3ad307091921ebae89016 (diff) | |
download | aur-44840f7a80536a5c6c442afa081f2a71f087b32a.tar.gz |
V0.17.1
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 11 insertions, 9 deletions
@@ -1,16 +1,16 @@ pkgbase = rabbitvcs-nemo pkgdesc = Nemo front-end for rabbitvcs SVN GIT HG Extension. - pkgver = 0.16 - pkgrel = 3 + pkgver = 0.17.1 + pkgrel = 1 url = https://github.com/rabbitvcs/rabbitvcs install = rabbitvcs-nemo.install arch = any license = GPL depends = nemo-python>=2.0 depends = python2-dbus - depends = rabbitvcs>=0.16 - source = rabbitvcs-0.16-3.tar.gz::https://github.com/rabbitvcs/rabbitvcs/archive/4e94b82e34b409f0baced88521a6e03cb29c4155.tar.gz - md5sums = 9669132c6ef3f21ecfe1fd96b9be3e0d + depends = rabbitvcs>=0.17.1 + source = rabbitvcs-0.17.1.tar.gz::https://github.com/rabbitvcs/rabbitvcs/archive/v0.17.1.tar.gz + md5sums = 95b7c30945f10333588a39b5f6766136 pkgname = rabbitvcs-nemo @@ -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 |