summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c9b544774ad..3733d506514f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pkglog
pkgdesc = Reports log of package updates
- pkgver = 1.7
- pkgrel = 2
+ pkgver = 1.8
+ pkgrel = 1
url = https://github.com/bulletmark/pkglog
arch = any
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = pkglog
makedepends = python-wheel
depends = python>=3.7
depends = python-rich
- source = pkglog-1.7.tar.gz::https://github.com/bulletmark/pkglog/archive/1.7.tar.gz
- sha1sums = c59880ea64fe04cb741f2aac25b8a3f0f441b729
+ source = pkglog-1.8.tar.gz::https://github.com/bulletmark/pkglog/archive/1.8.tar.gz
+ sha1sums = a2ed25fc4d0024b3e4482e11e19c0dcabe24f6db
pkgname = pkglog
diff --git a/PKGBUILD b/PKGBUILD
index 9f36bb6dab6f..801e511bb9dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
-pkgver=1.7
-pkgrel=2
+pkgver=1.8
+pkgrel=1
pkgdesc="Reports log of package updates"
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
@@ -9,7 +9,7 @@ arch=("any")
depends=("python>=3.7" "python-rich")
makedepends=("python-pip" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('c59880ea64fe04cb741f2aac25b8a3f0f441b729')
+sha1sums=('a2ed25fc4d0024b3e4482e11e19c0dcabe24f6db')
package() {
cd "$srcdir/$pkgname-$pkgver"