summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeph2017-09-20 17:25:02 +0000
committerZeph2017-09-20 17:25:02 +0000
commitad66400ad3030d5610d7704f300e00cfa0dc76eb (patch)
tree98cff7140089159b2675a16f3250a3853b8d69eb
parent07787a71ad0f07daf07c6b7fd5b80c4eb8633013 (diff)
downloadaur-ad66400ad3030d5610d7704f300e00cfa0dc76eb.tar.gz
V0.17.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--rabbitvcs.install11
3 files changed, 9 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6311279c2a3f..44f3664da6d5 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.17
- pkgrel = 2
+ pkgver = 0.17.1
+ pkgrel = 1
url = https://github.com/rabbitvcs/rabbitvcs
install = rabbitvcs.install
changelog = rabbitvcs.changelog
@@ -18,7 +18,7 @@ pkgbase = rabbitvcs
depends = python2-gtkspellcheck
depends = tk
optdepends = meld: graphical diff viewer
- source = rabbitvcs-0.17-2.tar.gz::https://github.com/rabbitvcs/rabbitvcs/archive/a508bee84cbffab7ae9bc86d1569e08ad54361a8.tar.gz
+ source = rabbitvcs-0.17.1.tar.gz::https://github.com/rabbitvcs/rabbitvcs/archive/v0.17.1.tar.gz
md5sums = f34ba22c17bd487838a9f0db764d52c1
pkgname = rabbitvcs
diff --git a/PKGBUILD b/PKGBUILD
index 8974af059b62..4edb83d13e1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Zeph <zeph33@gmail.com>
pkgname=rabbitvcs
-pkgver=0.17
-pkgrel=2
+pkgver=0.17.1
+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="a508bee84cbffab7ae9bc86d1569e08ad54361a8"
+_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=('f34ba22c17bd487838a9f0db764d52c1')
+md5sums=('95b7c30945f10333588a39b5f6766136')
#md5sums=('SKIP')
diff --git a/rabbitvcs.install b/rabbitvcs.install
index e8978309c959..2d1077548c53 100644
--- a/rabbitvcs.install
+++ b/rabbitvcs.install
@@ -1,14 +1,7 @@
post_install(){
-gtk-update-icon-cache /usr/share/icons/hicolor/
-cat << _EOF
-=> This is the RabbitCVS core version. When installing RabbitVCS, you must install the core package as well as a package for each front-end you wish to use.
-_EOF
+ printf '=> This is the RabbitCVS core version. When installing RabbitVCS, you must install the core package as well as a package for each front-end you wish to use.'
}
post_upgrade(){
-gtk-update-icon-cache /usr/share/icons/hicolor/
-}
-
-post_remove(){
-gtk-update-icon-cache /usr/share/icons/hicolor/
+ post_install
}