summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-11-19 14:20:27 -0700
committerMark Wagie2023-11-19 14:20:27 -0700
commitf28dc71d583d857cb5567416a632d6efbeb33eb9 (patch)
tree48d717ad906707d5b3e583509d637fd21bb492b5
parent6842a9fab55bbf89e6e1af926a82b8729eb35559 (diff)
downloadaur-f28dc71d583d857cb5567416a632d6efbeb33eb9.tar.gz
4.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92a32db7b9e1..890e69470f01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-cola
pkgdesc = The highly caffeinated Git GUI
- pkgver = 4.4.0
+ pkgver = 4.4.1
pkgrel = 1
url = https://git-cola.github.io
arch = any
@@ -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.4.0.tar.gz::https://github.com/git-cola/git-cola/archive/v4.4.0.tar.gz
+ source = git-cola-4.4.1.tar.gz::https://github.com/git-cola/git-cola/archive/v4.4.1.tar.gz
source = 0001-Unvendorize-polib.py.patch
- sha256sums = 4f13c0141ad4ee02a6642bb3b80c3c2ad116fd878390f9775215b7f69a1d60ca
+ sha256sums = 231786deef4a384b904ea4bc0856386448e91161cfed1aadf17494f28a5cbfd0
sha256sums = 00db8356a4bc6f1d9dade64ab04b6f8bada2df22b246e21551ce925de9f95625
pkgname = git-cola
diff --git a/PKGBUILD b/PKGBUILD
index c31256bc370a..a1ecc0493f50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: TDY <tdy@gmx.com>
pkgname=git-cola
-pkgver=4.4.0
+pkgver=4.4.1
pkgrel=1
pkgdesc="The highly caffeinated Git GUI"
arch=('any')
@@ -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=('4f13c0141ad4ee02a6642bb3b80c3c2ad116fd878390f9775215b7f69a1d60ca'
+sha256sums=('231786deef4a384b904ea4bc0856386448e91161cfed1aadf17494f28a5cbfd0'
'00db8356a4bc6f1d9dade64ab04b6f8bada2df22b246e21551ce925de9f95625')
prepare() {