summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-27 15:39:30 +0300
committerCaleb Maclennan2024-04-27 15:39:30 +0300
commit2806d9e818a863a0fc577e06a826799b341635c1 (patch)
tree0f6ebb19cecbed92f7616227b1a9305a01ee20b1
parent8470ed8c11b2b3f4dfc0320824de747e12d78dbc (diff)
downloadaur-2806d9e818a863a0fc577e06a826799b341635c1.tar.gz
upgpkg: annextimelog 0.13.1-2
Rebuild for Python 3.12, cleanup packaging odds and ends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 204bd757344b..b3abf20dfdac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = annextimelog
pkgdesc = CLI to track time spent on projects, backed by Git Annex
pkgver = 0.13.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/nobodyinperson/annextimelog
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
diff --git a/PKGBUILD b/PKGBUILD
index ce0464748039..78d0c38b81ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=annextimelog
pkgver=0.13.1
-pkgrel=1
+pkgrel=2
pkgdesc='CLI to track time spent on projects, backed by Git Annex'
arch=(any)
url="https://gitlab.com/nobodyinperson/$pkgname"
-license=(GPL3)
+license=(GPL-3.0-or-later)
_pydeps=(rich)
depends=(python
"${_pydeps[@]/#/python-}"