summaryrefslogtreecommitdiff
path: root/python-pyshortcuts
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-09-21 08:11:35 +0200
committerErich Eckner <git@eckner.net>2020-09-21 08:11:35 +0200
commit1e0eb606ecb0b48ba5d7a17065e5c1b3afbd4d7f (patch)
tree7dae62da71f95a138a898edc256880d7e997a31e /python-pyshortcuts
parentc70c0ec0cfc64ade1e001d1de64b51b5f7642c0f (diff)
downloadarchlinuxewe.git.save-1e0eb606ecb0b48ba5d7a17065e5c1b3afbd4d7f.tar.xz
python-pyshortcuts 1.7.1-3 -> 1.7.2-1
Diffstat (limited to 'python-pyshortcuts')
-rw-r--r--python-pyshortcuts/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pyshortcuts/PKGBUILD b/python-pyshortcuts/PKGBUILD
index 5c78fd30..bda47e17 100644
--- a/python-pyshortcuts/PKGBUILD
+++ b/python-pyshortcuts/PKGBUILD
@@ -2,20 +2,20 @@
pkgname='python-pyshortcuts'
_pkgname='pyshortcuts'
-pkgver=1.7.1
-pkgrel=3
+pkgver=1.7.2
+pkgrel=1
pkgdesc='create desktop shortcuts to python scripts on Windows, Mac, or Linux'
arch=('any')
url='https://github.com/newville/pyshortcuts'
license=('MIT')
-depends=(
- 'python>=3.8'
- 'python<3.9'
- 'python-six')
makedepends=(
'python-setuptools')
+depends=(
+
+ 'python>=3.8'
+ 'python<3.9')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/newville/${_pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('14ab47a173f0af7c08cbd0596058717affcbc3a719df969f8c6010858194e0d0d2ebf0ba60a21a503903bdf94d7d095088a7b29a93fc7ff85192b810899aa0cf')
+sha512sums=('4a4a1951faad374a6046b7b31dd94ae055042a806c33df9cc093d84a0f61563b152b40a4baf06a1e0c9e8d408a2ca8fdcd04b1a9138297995ee111b905eb9130')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"