summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-10-27 18:48:54 -0600
committerMark Wagie2022-10-27 18:48:54 -0600
commit115acd0de982ebda78ac6c5ad32facabcee26e6f (patch)
tree7eeb2389c4c4fa6113699e21847ef50d7b0c8274 /PKGBUILD
parentcb36fffa5f03ee7a4d2d985382c63ba290dbf9ba (diff)
downloadaur-115acd0de982ebda78ac6c5ad32facabcee26e6f.tar.gz
add numpy & pyqt5 to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3be9c5e47f4..0da26da4ccea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: TDY <tdy@gmx.com>
pkgname=git-cola
pkgver=4.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="The highly caffeinated Git GUI"
arch=('any')
url="https://git-cola.github.io"
license=('GPL2')
-depends=('git' 'hicolor-icon-theme' 'python-qtpy')
+depends=('git' 'hicolor-icon-theme' 'python-numpy' 'python-pyqt5' 'python-qtpy')
makedepends=('python-build' 'python-installer' 'python-jaraco.packaging' 'python-pip'
'python-rst.linker' 'python-setuptools-scm' 'python-sphinx' 'python-wheel')
-#checkdepends=('appstream-glib' 'desktop-file-utils' 'python-pyqt5' 'python-pytest-flake8')
+#checkdepends=('appstream-glib' 'desktop-file-utils' 'python-pytest-flake8')
checkdepends=('appstream-glib' 'desktop-file-utils')
optdepends=('python-pygments: syntax highlighting'
'python-send2trash: enables "Send to Trash" functionality.'
@@ -33,7 +33,8 @@ check() {
cd "$pkgname-$pkgver"
# Run the unit tests
-# 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