summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2023-04-25 09:46:55 +1000
committerMark Blakeney2023-04-25 09:46:55 +1000
commit05edc73719004a0a0d166d652ccc27da08cc588e (patch)
tree2337dca5d1589f2e085f95f91275af727be79d8d /PKGBUILD
parentf70f4dae598556c9f74e6158238d387eb02fdaf6 (diff)
downloadaur-05edc73719004a0a0d166d652ccc27da08cc588e.tar.gz
Update to 1.23
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2dd732b9b83..59ce352a6ac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
-pkgver=1.22
+pkgver=1.23
pkgrel=1
pkgdesc="Reports log of package updates"
url="https://github.com/bulletmark/$pkgname"
license=(GPL3)
arch=(any)
-depends=("python>=3.7" "python-looseversion")
+depends=("python>=3.7")
makedepends=(python-setuptools python-build python-installer python-wheel)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('15482db6cf039e59133e235b612d2542e95f08b9')
+sha1sums=('445b021df447b1470170f5a2f0c4b2539b7500de')
build() {
cd "$srcdir/$pkgname-$pkgver"