summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-11-02 17:59:31 -0600
committerMark Wagie2023-11-02 17:59:31 -0600
commit6842a9fab55bbf89e6e1af926a82b8729eb35559 (patch)
tree15083aff798c383cc8f42cac39ec9b3927bad249
parentd9ffbd06cf7e20ad481bf7d3623504b34d322080 (diff)
downloadaur-6842a9fab55bbf89e6e1af926a82b8729eb35559.tar.gz
4.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16acd39e0d2b..92a32db7b9e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = git-cola
pkgdesc = The highly caffeinated Git GUI
- pkgver = 4.3.2
- pkgrel = 3
+ pkgver = 4.4.0
+ pkgrel = 1
url = https://git-cola.github.io
arch = any
license = GPL2
@@ -25,9 +25,9 @@ pkgbase = git-cola
optdepends = python-pyinotify: file system change monitoring
optdepends = python-send2trash: enables "Send to Trash" functionality.
optdepends = tk: to use the built-in ssh-askpass handler
- source = git-cola-4.3.2.tar.gz::https://github.com/git-cola/git-cola/archive/v4.3.2.tar.gz
+ source = git-cola-4.4.0.tar.gz::https://github.com/git-cola/git-cola/archive/v4.4.0.tar.gz
source = 0001-Unvendorize-polib.py.patch
- sha256sums = 8f4f91e3cf7a4dd951c8c7b3d10d4461e1b367c68136af87c34be6cf0f2825ab
+ sha256sums = 4f13c0141ad4ee02a6642bb3b80c3c2ad116fd878390f9775215b7f69a1d60ca
sha256sums = 00db8356a4bc6f1d9dade64ab04b6f8bada2df22b246e21551ce925de9f95625
pkgname = git-cola
diff --git a/PKGBUILD b/PKGBUILD
index 9f3308121f1e..c31256bc370a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: TDY <tdy@gmx.com>
pkgname=git-cola
-pkgver=4.3.2
-pkgrel=3
+pkgver=4.4.0
+pkgrel=1
pkgdesc="The highly caffeinated Git GUI"
arch=('any')
url="https://git-cola.github.io"
@@ -20,7 +20,7 @@ optdepends=('python-pygments: syntax highlighting'
'tk: to use the built-in ssh-askpass handler')
source=("$pkgname-$pkgver.tar.gz::https://github.com/git-cola/git-cola/archive/v$pkgver.tar.gz"
'0001-Unvendorize-polib.py.patch')
-sha256sums=('8f4f91e3cf7a4dd951c8c7b3d10d4461e1b367c68136af87c34be6cf0f2825ab'
+sha256sums=('4f13c0141ad4ee02a6642bb3b80c3c2ad116fd878390f9775215b7f69a1d60ca'
'00db8356a4bc6f1d9dade64ab04b6f8bada2df22b246e21551ce925de9f95625')
prepare() {