summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bca0669aa2c..973598be454c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=install-wheel-scripts
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc='Install scripts that are able to invoke a wheel’s console_scripts'
arch=(any)
license=(GPL)
depends=(python)
source=(install-wheel-scripts.py)
-sha256sums=('edf1cd6f44f6aafc8f02b65ef219411078d792e2de8b9af4ac3f395673ceeb79')
+sha256sums=('3cf4c43dfc43de82b453c132980d41a71ef0d619eb6a09c7ea659f6937836616')
package() {
install -Dm755 install-wheel-scripts.py "$pkgdir/usr/bin/install-wheel-scripts"