summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgilcu32023-07-19 11:44:20 +0200
committergilcu32023-07-19 11:45:01 +0200
commit2eb76c1f524265005385f920b9261e18c8f3b6e2 (patch)
tree3a4b28720dbd075800c65ccdd182f83d6aa7cb47
parent02fa0d2faa193eba9e31592259bdddfe1e7f487f (diff)
downloadaur-2eb76c1f524265005385f920b9261e18c8f3b6e2.tar.gz
bump version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
-rw-r--r--rabbitvcs.changelog6
3 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7a7de665750..b092ae76c972 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.18.0
+ pkgver = 0.19
pkgrel = 1
url = https://github.com/rabbitvcs/rabbitvcs
install = rabbitvcs.install
@@ -18,8 +18,7 @@ pkgbase = rabbitvcs
depends = python-gtkspellcheck
depends = tk
optdepends = meld: graphical diff viewer
- source = rabbitvcs-0.18.0-1.tar.gz::https://github.com/rabbitvcs/rabbitvcs/archive/e44328e01ed82dd8a8dbfec952f5982e355b8416.tar.gz
- sha256sums = a9f59d0eff65526887f719eb72712eac7d7aaa84cf9993c7b69b7b17b0b13143
+ source = rabbitvcs-0.19.tar.gz::https://github.com/rabbitvcs/rabbitvcs/archive/v0.19.tar.gz
+ sha256sums = 83deaafb1e95f4eae9cf083ba2296507c909540cbcb5a0616ee0dd9dbf903e74
pkgname = rabbitvcs
-
diff --git a/PKGBUILD b/PKGBUILD
index 6f5f0b7b3a44..b07ab051d64e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
+# Maintainer: gilcu3
# Contributor: Thomas Oster <thomas.oster@rwth-aachen.de>
-# Maintainer: Zeph <zeph33@gmail.com>
+# Contributor: Zeph <zeph33@gmail.com>
pkgname=rabbitvcs
-pkgver=0.18.0
+pkgver=0.19
pkgrel=1
-_gitcommit='e44328e01ed82dd8a8dbfec952f5982e355b8416'
+#_gitcommit='e44328e01ed82dd8a8dbfec952f5982e355b8416'
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/"
@@ -20,7 +21,7 @@ if [ "${_gitcommit}" != "" ]; then
else
source=("rabbitvcs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
fi
-sha256sums=('a9f59d0eff65526887f719eb72712eac7d7aaa84cf9993c7b69b7b17b0b13143')
+sha256sums=('83deaafb1e95f4eae9cf083ba2296507c909540cbcb5a0616ee0dd9dbf903e74')
#sha256sums=('SKIP')
diff --git a/rabbitvcs.changelog b/rabbitvcs.changelog
index 1903046bf2fa..7321f042d165 100644
--- a/rabbitvcs.changelog
+++ b/rabbitvcs.changelog
@@ -1,3 +1,9 @@
+ * 0.19
+ This release adds support for Nautilus 43+.
+ Migrated Nautilus plugin to GTK4
+ Added Rabbitvcs3.py as fallback plugin for older Nautilus with GTK3 (i.e. Ubuntu 22.04)
+ Many bug fixes and improvements
+
* 0.18
Migrated to GTK+3, GTK+2 is no longer supported
Now support python 3