summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 15:06:53 -0700
committerMark Wagie2024-01-20 15:06:53 -0700
commit2a28bca77d5580ee7c2306644b1bc554c3683ceb (patch)
treec05b04d2cbe8615d50b959f06833b256e422d5e6
parentf28dc71d583d857cb5567416a632d6efbeb33eb9 (diff)
downloadaur-2a28bca77d5580ee7c2306644b1bc554c3683ceb.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD35
2 files changed, 26 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 890e69470f01..f2636fcddf5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = git-cola
pkgrel = 1
url = https://git-cola.github.io
arch = any
- license = GPL2
+ license = GPL-2.0-or-later
checkdepends = appstream-glib
checkdepends = desktop-file-utils
makedepends = python-build
diff --git a/PKGBUILD b/PKGBUILD
index a1ecc0493f50..5097f53edcca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,17 +7,32 @@ pkgrel=1
pkgdesc="The highly caffeinated Git GUI"
arch=('any')
url="https://git-cola.github.io"
-license=('GPL2')
-depends=('git' 'hicolor-icon-theme' 'python-numpy' 'python-polib' 'python-pyqt5'
- 'python-qtpy')
-makedepends=('python-build' 'python-installer' 'python-jaraco.packaging'
- 'python-rst.linker' 'python-setuptools-scm' 'python-sphinx'
- 'python-wheel' 'rsync')
+license=('GPL-2.0-or-later')
+depends=(
+ 'git'
+ 'hicolor-icon-theme'
+ 'python-numpy'
+ 'python-polib'
+ 'python-pyqt5'
+ 'python-qtpy'
+)
+makedepends=(
+ 'python-build'
+ 'python-installer'
+ 'python-jaraco.packaging'
+ 'python-rst.linker'
+ 'python-setuptools-scm'
+ 'python-sphinx'
+ 'python-wheel'
+ 'rsync'
+)
checkdepends=('appstream-glib' 'desktop-file-utils')
-optdepends=('python-pygments: syntax highlighting'
- 'python-pyinotify: file system change monitoring'
- 'python-send2trash: enables "Send to Trash" functionality.'
- 'tk: to use the built-in ssh-askpass handler')
+optdepends=(
+ 'python-pygments: syntax highlighting'
+ 'python-pyinotify: file system change monitoring'
+ 'python-send2trash: enables "Send to Trash" functionality.'
+ '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=('231786deef4a384b904ea4bc0856386448e91161cfed1aadf17494f28a5cbfd0'