summaryrefslogtreecommitdiff
path: root/python-pyshortcuts
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-12-14 19:59:12 +0100
committerErich Eckner <git@eckner.net>2020-12-14 19:59:12 +0100
commit3c1aa9e953cea037bb82ae93b4c3c683103a297a (patch)
treecc97448002611b59b639f39eb697b795be9f0436 /python-pyshortcuts
parente68fc7e7cfa32cf02bef8cba7c494e148b30e2db (diff)
downloadarchlinuxewe.git.save-3c1aa9e953cea037bb82ae93b4c3c683103a297a.tar.xz
python-pyshortcuts 1.7.2-2 -> 1.8.0-1
Diffstat (limited to 'python-pyshortcuts')
-rw-r--r--python-pyshortcuts/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-pyshortcuts/PKGBUILD b/python-pyshortcuts/PKGBUILD
index 96a8e45d..e8032799 100644
--- a/python-pyshortcuts/PKGBUILD
+++ b/python-pyshortcuts/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='python-pyshortcuts'
_pkgname='pyshortcuts'
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
pkgdesc='create desktop shortcuts to python scripts on Windows, Mac, or Linux'
arch=('any')
url='https://github.com/newville/pyshortcuts'
@@ -15,7 +15,7 @@ depends=(
'python>=3.9'
'python<3.10')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/newville/${_pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('4a4a1951faad374a6046b7b31dd94ae055042a806c33df9cc093d84a0f61563b152b40a4baf06a1e0c9e8d408a2ca8fdcd04b1a9138297995ee111b905eb9130')
+sha512sums=('7ee215408a5616f6b0c41620be6fc0af80cb0d8cc4b854eb596f4a80a851a074f38b8f6e8e442414ec41ccb1831b07dfa5272b1d06d4c747104a111fa84c6d07')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"