summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-09-09 19:20:20 +0200
committerPhilipp A2022-09-09 19:20:20 +0200
commitbe194cad89774b4aa2ccc9c33aa7838946853f60 (patch)
tree92bc29e55c06df53fff4a5f68677a0dc56361947
parentd9bf78d504cba215fecef64e7cbd35cb7cb017b2 (diff)
downloadaur-be194cad89774b4aa2ccc9c33aa7838946853f60.tar.gz
added dunamai dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a836c916e17..8e92e87f2204 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-get_version
pkgdesc = Automatically use the latest “vX.X.X” tag as version in your Python package
pkgver = 3.5.4
- pkgrel = 2
+ pkgrel = 3
url = https://pypi.org/project/get_version
arch = any
license = GPL3
makedepends = python-flit-core
+ makedepends = python-dunamai
makedepends = python-installer
makedepends = python-build
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 3936b135bf53..019103367c45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_name=get_version
pkgname=python-$_name
pkgver=3.5.4
-pkgrel=2
+pkgrel=3
pkgdesc='Automatically use the latest “vX.X.X” tag as version in your Python package'
arch=('any')
url="https://pypi.org/project/$_name"
license=('GPL3')
depends=(python)
-makedepends=(python-flit-core python-installer python-build)
+makedepends=(python-flit-core python-dunamai python-installer python-build)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('5901c846518d55d52c1f6f037f5d2433952b46bbf36e38c52f064ae836556343')