summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2023-06-18 07:25:46 +1000
committerMark Blakeney2023-06-18 07:25:46 +1000
commitb4033d263b5ce4950b2fff54b87b2ce306822418 (patch)
tree1053f3cacd90226d494306bb6031f15afb4048f7 /PKGBUILD
parente3896e3fed64266866e693aa7487a127f4640c07 (diff)
downloadaur-b4033d263b5ce4950b2fff54b87b2ce306822418.tar.gz
Fix missing build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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')