summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-03-26 10:08:17 -0600
committerMark Wagie2023-03-26 10:08:17 -0600
commitda80b4a4dc01b59abcefea1a4e8aabc20e2a483f (patch)
treed3c52eb6a532e9961cb719265701d6f6a97d072c /PKGBUILD
parentf1f27c3dd5ed949aefdb69a295131b7688551ebb (diff)
downloadaur-da80b4a4dc01b59abcefea1a4e8aabc20e2a483f.tar.gz
4.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b717913a44c..4edf5a2af7c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
# Contributor: TDY <tdy@gmx.com>
pkgname=git-cola
-pkgver=4.1.0
+pkgver=4.2.0
pkgrel=1
pkgdesc="The highly caffeinated Git GUI"
arch=('any')
@@ -11,13 +11,12 @@ license=('GPL2')
depends=('git' 'hicolor-icon-theme' 'python-numpy' 'python-pyqt5' 'python-qtpy')
makedepends=('python-build' 'python-installer' 'python-jaraco.packaging'
'python-rst.linker' 'python-setuptools-scm' 'python-sphinx' 'python-wheel')
-#checkdepends=('appstream-glib' 'desktop-file-utils' 'python-pytest-flake8')
-checkdepends=('appstream-glib' 'desktop-file-utils')
+checkdepends=('appstream-glib' 'desktop-file-utils' 'python-pytest-flake8')
optdepends=('python-pygments: syntax highlighting'
'python-send2trash: enables "Send to Trash" functionality.'
'tcl: to use the built-in ssh-askpass handler')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('d77ba2eb1d1240f47cc44f5fcb9230cc65681834e7e27edf17c5ada462d3fb07'
+sha256sums=('76be2e0fae4e64612ab30adff7f53bc687ab92fb3498e90f54c0301f2135a5c0'
'SKIP')
validpgpkeys=('FA41BF59C1B48E8C5F3DA61C8CE26BF4A9F606B0') # David Aguilar <davvid@gmail.com>
@@ -32,8 +31,8 @@ check() {
cd "$pkgname-$pkgver"
# Run the unit tests
-# GIT_CONFIG_NOSYSTEM=true LC_ALL="C.utf8" \
-# make test
+ GIT_CONFIG_NOSYSTEM=true LC_ALL="C.utf8" \
+ make test
desktop-file-validate share/applications/*.desktop
appstream-util validate-relax --nonet share/metainfo/*.appdata.xml