summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2018-11-26 16:22:42 +0100
committerPhilipp A2018-11-26 16:22:42 +0100
commit574d628fcab948f74c36a8ea3e3c84b5636a36e4 (patch)
tree61b248bb947fb0227abeb007ec56f5d72405782c
parent772d7a3ea86c7f53b7a101e0d74e029dd79da7fd (diff)
downloadaur-574d628fcab948f74c36a8ea3e3c84b5636a36e4.tar.gz
v2.0.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aec760ca193d..4e5cb1bd138a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-get_version
pkgdesc = Automatically use the latest “vX.X.X” tag as version in your Python package
- pkgver = 2.0.3
+ pkgver = 2.0.4
pkgrel = 1
url = https://pypi.org/project/get_version
arch = any
license = GPL3
depends = python
depends = python-setuptools
- noextract = get_version-2.0.3-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/g/get_version/get_version-2.0.3-py3-none-any.whl
- sha256sums = 4bc0e529f9678eb8188265205924499e37e22054a29036ed4ca2437ff96ab7e5
+ noextract = get_version-2.0.4-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/g/get_version/get_version-2.0.4-py3-none-any.whl
+ sha256sums = 2405f53bbd15cc2f4f3f6548b2ac60331b6d68c5b94c95267d9286078f7c468e
pkgname = python-get_version
diff --git a/PKGBUILD b/PKGBUILD
index 68fab88c6184..0eb5d04db271 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=get_version
pkgname=python-$_name
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=1
pkgdesc='Automatically use the latest “vX.X.X” tag as version in your Python package'
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=(python python-setuptools)
_wheel="$_name-$pkgver-py3-none-any.whl"
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/$_wheel")
-sha256sums=('4bc0e529f9678eb8188265205924499e37e22054a29036ed4ca2437ff96ab7e5')
+sha256sums=('2405f53bbd15cc2f4f3f6548b2ac60331b6d68c5b94c95267d9286078f7c468e')
noextract=("$_wheel")
package() {