summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2019-01-02 14:48:37 +0100
committerPhilipp A2019-01-02 14:48:37 +0100
commit49f73c1fc39ac782d700c556f74cb42a2ea92d4b (patch)
treec80ad21e515484d1a23ff993f82d0aaeb07212bd
parent574d628fcab948f74c36a8ea3e3c84b5636a36e4 (diff)
downloadaur-49f73c1fc39ac782d700c556f74cb42a2ea92d4b.tar.gz
v2.0.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e5cb1bd138a..526816d9ac6a 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.4
+ pkgver = 2.0.6
pkgrel = 1
url = https://pypi.org/project/get_version
arch = any
license = GPL3
depends = python
depends = python-setuptools
- 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
+ noextract = get_version-2.0.6-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/g/get_version/get_version-2.0.6-py3-none-any.whl
+ sha256sums = 437143718f704b035cb20fa44eae440618a1a2a806fa360ec5c3dc4e1094e41d
pkgname = python-get_version
diff --git a/PKGBUILD b/PKGBUILD
index 0eb5d04db271..e53c39e1005b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=get_version
pkgname=python-$_name
-pkgver=2.0.4
+pkgver=2.0.6
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=('2405f53bbd15cc2f4f3f6548b2ac60331b6d68c5b94c95267d9286078f7c468e')
+sha256sums=('437143718f704b035cb20fa44eae440618a1a2a806fa360ec5c3dc4e1094e41d')
noextract=("$_wheel")
package() {