summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2019-09-12 15:21:19 +0200
committerPhilipp A2019-09-12 15:21:19 +0200
commit315169d0b074aff92861357eefd0152f4fd9cc8a (patch)
tree5ae3e71a3d7ef75e768adf388fefd59fc8d41097
parent49f73c1fc39ac782d700c556f74cb42a2ea92d4b (diff)
downloadaur-315169d0b074aff92861357eefd0152f4fd9cc8a.tar.gz
v2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 526816d9ac6a..2d59e6120c87 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.6
+ pkgver = 2.1
pkgrel = 1
url = https://pypi.org/project/get_version
arch = any
license = GPL3
depends = python
depends = python-setuptools
- 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
+ noextract = get_version-2.1-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/g/get_version/get_version-2.1-py3-none-any.whl
+ sha256sums = f5481b7b00bebf4cf52daa43510ef439be51b78665c4df29ad6088fcd7203382
pkgname = python-get_version
diff --git a/PKGBUILD b/PKGBUILD
index e53c39e1005b..b127e3007bff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=get_version
pkgname=python-$_name
-pkgver=2.0.6
+pkgver=2.1
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=('437143718f704b035cb20fa44eae440618a1a2a806fa360ec5c3dc4e1094e41d')
+sha256sums=('f5481b7b00bebf4cf52daa43510ef439be51b78665c4df29ad6088fcd7203382')
noextract=("$_wheel")
package() {