summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2020-02-02 08:26:17 -0700
committeryochananmarqos2020-02-02 08:26:17 -0700
commit0617fe1668571d45e65f5899f2b4d94c148cc065 (patch)
treee6417ea88317b04681c2f8940f016d74dafa03c6 /PKGBUILD
parentc8f2670a214aaf6380083e76029471f1276137d8 (diff)
downloadaur-0617fe1668571d45e65f5899f2b4d94c148cc065.tar.gz
updated to 1.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eef38c29b269..7166bfc8c449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=python-pyshortcuts
-name=${pkgname#python-}
-pkgver=1.7
-pkgrel=2
+_name=${pkgname#python-}
+pkgver=1.7.1
+pkgrel=1
pkgdesc="Create desktop shortcuts to python scripts"
arch=('any')
url="https://github.com/newville/pyshortcuts"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
optdepends=('python-wxpython: for GUI')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz"
"PyShortcut.desktop")
-sha256sums=('24c179b76987863000ed29ba7114ead0febebe9caead2db4a0be33fd61ffa557'
+sha256sums=('94d87302bdd8a5ea222c56d260ea9d9bd27817d97044c47c47872e7812b22e22'
'82fa76300174a1cdaaeea9181c0292bd80cd77bc7fc896091a8110c6d294779f')
build() {