summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeph2017-06-26 11:32:33 +0000
committerZeph2017-06-26 11:32:33 +0000
commitf4633e44c310b4846d5fff5c8be02c7cc2209c95 (patch)
treefa2e355aa159bde0cd10e35f1b54e35325badb24
parent77e0c06df914fc64c0a080cdcdff5cf453591562 (diff)
downloadaur-f4633e44c310b4846d5fff5c8be02c7cc2209c95.tar.gz
V0.17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 229f365151b6..5e2a603399a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rabbitvcs
pkgdesc = A project with the goal of developing a collection of utilities to allow for better client integration with some of the popular version control systems (core)
- pkgver = 0.16
- pkgrel = 2
+ pkgver = 0.17
+ pkgrel = 1
url = https://github.com/rabbitvcs/rabbitvcs
install = rabbitvcs.install
changelog = rabbitvcs.changelog
@@ -18,8 +18,8 @@ pkgbase = rabbitvcs
depends = python2-gtkspellcheck
depends = tk
optdepends = meld: graphical diff viewer
- source = rabbitvcs-0.16-2.tar.gz::https://github.com/rabbitvcs/rabbitvcs/archive/4e94b82e34b409f0baced88521a6e03cb29c4155.tar.gz
- md5sums = 9669132c6ef3f21ecfe1fd96b9be3e0d
+ source = rabbitvcs-0.17-1.tar.gz::https://github.com/rabbitvcs/rabbitvcs/archive/a508bee84cbffab7ae9bc86d1569e08ad54361a8.tar.gz
+ md5sums = f34ba22c17bd487838a9f0db764d52c1
pkgname = rabbitvcs
diff --git a/PKGBUILD b/PKGBUILD
index 583b1c7e07ce..de54fd796028 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Zeph <zeph33@gmail.com>
pkgname=rabbitvcs
-pkgver=0.16
-pkgrel=2
+pkgver=0.17
+pkgrel=1
pkgdesc="A project with the goal of developing a collection of utilities to allow for better client integration with some of the popular version control systems (core)"
arch=('any')
#url="http://rabbitvcs.org/"
@@ -14,13 +14,13 @@ depends=('git' 'pygtk' 'python2-pysvn' 'python2-dulwich' 'python2-gobject2' 'pyt
optdepends=('meld: graphical diff viewer')
makedepends=('python2-setuptools')
license=('GPL')
-_gitcommit="4e94b82e34b409f0baced88521a6e03cb29c4155"
+_gitcommit="a508bee84cbffab7ae9bc86d1569e08ad54361a8"
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=('f34ba22c17bd487838a9f0db764d52c1')
#md5sums=('SKIP')