summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 17:17:45 +0200
committerPhilipp A2022-09-16 17:17:45 +0200
commit1b88abb9ed397d6f7bdfb927885eaa7df2385303 (patch)
tree4afac2dd315f3b95bff2a18f06c9d50e18a93762
parentbe194cad89774b4aa2ccc9c33aa7838946853f60 (diff)
downloadaur-python-get_version.tar.gz
makedeps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e92e87f2204..7c1b8c2caa7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = python-get_version
pkgdesc = Automatically use the latest “vX.X.X” tag as version in your Python package
pkgver = 3.5.4
- pkgrel = 3
+ pkgrel = 4
url = https://pypi.org/project/get_version
arch = any
license = GPL3
makedepends = python-flit-core
makedepends = python-dunamai
- makedepends = python-installer
makedepends = python-build
+ makedepends = python-installer
+ makedepends = python-wheel
depends = python
source = https://files.pythonhosted.org/packages/source/g/get_version/get_version-3.5.4.tar.gz
sha256sums = 5901c846518d55d52c1f6f037f5d2433952b46bbf36e38c52f064ae836556343
diff --git a/PKGBUILD b/PKGBUILD
index 019103367c45..fc1bb9aba8fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_name=get_version
pkgname=python-$_name
pkgver=3.5.4
-pkgrel=3
+pkgrel=4
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-dunamai python-installer python-build)
+makedepends=(python-flit-core python-dunamai python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('5901c846518d55d52c1f6f037f5d2433952b46bbf36e38c52f064ae836556343')