summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2021-11-18 10:26:48 +0100
committerPhilipp A2021-11-18 10:26:48 +0100
commite92025e67cac0ab185cdbe155f5d2b0f5a9b0a36 (patch)
tree2426ff4eaed2af47ed7ce7d0faf2331b6a5fbaba /PKGBUILD
parent773a565493abeac3563952b22b7037f92e212b43 (diff)
downloadaur-python-entry-points-txt.tar.gz
v0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c4f2b141259..993454ad0c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=entry-points-txt
pkgname=python-$_name
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc='Read & write entry_points.txt files'
arch=(any)
@@ -12,7 +12,7 @@ depends=(python)
_pyarch=py3
_wheel="${_name//-/_}-$pkgver-$_pyarch-none-any.whl"
source=("https://files.pythonhosted.org/packages/$_pyarch/${_name::1}/$_name/$_wheel")
-sha256sums=('29773bed3d9d337766a394e19d6f7ab0be3ed7d6f3ebb753ff0f7f48f056aa8e')
+sha256sums=('f17191ff7c7dcfe8753f22c5432705e7cbcca7de4b6ceb48ce298d1421c40bb7')
noextract=("$_wheel")
package() {