summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88b2972659d8..cc177d03e0aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pkglog
pkgdesc = Reports log of package updates
pkgver = 1.27
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bulletmark/pkglog
arch = any
license = GPL3
@@ -9,6 +9,7 @@ pkgbase = pkglog
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools-scm
depends = python>=3.7
source = pkglog-1.27.tar.gz::https://github.com/bulletmark/pkglog/archive/1.27.tar.gz
sha1sums = 0dc0f8ef00170967c5398008420928c8bcf69fa1
diff --git a/PKGBUILD b/PKGBUILD
index 586eeff8ec70..7354abe73328 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
pkgver=1.27
-pkgrel=1
+pkgrel=2
pkgdesc="Reports log of package updates"
url="https://github.com/bulletmark/$pkgname"
license=(GPL3)
arch=(any)
depends=("python>=3.7")
-makedepends=(python-setuptools python-build python-installer python-wheel)
+makedepends=(python-setuptools python-build python-installer
+ python-wheel python-setuptools-scm)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha1sums=('0dc0f8ef00170967c5398008420928c8bcf69fa1')