summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f77be6c1ced0..0edad69a9390 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pkglog
pkgdesc = Reports log of package updates
- pkgver = 1.22
+ pkgver = 1.23
pkgrel = 1
url = https://github.com/bulletmark/pkglog
arch = any
@@ -10,8 +10,7 @@ pkgbase = pkglog
makedepends = python-installer
makedepends = python-wheel
depends = python>=3.7
- depends = python-looseversion
- source = pkglog-1.22.tar.gz::https://github.com/bulletmark/pkglog/archive/1.22.tar.gz
- sha1sums = 15482db6cf039e59133e235b612d2542e95f08b9
+ source = pkglog-1.23.tar.gz::https://github.com/bulletmark/pkglog/archive/1.23.tar.gz
+ sha1sums = 445b021df447b1470170f5a2f0c4b2539b7500de
pkgname = pkglog
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"