diff options
author | Erich Eckner <git@eckner.net> | 2020-12-02 10:05:52 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-12-02 10:05:52 +0100 |
commit | af07cc2aa70ef7488aee53779818b000b956ea7b (patch) | |
tree | 5180b7032c2a8c0ffc794c00db07f284b2c0edad /python-pyshortcuts/PKGBUILD | |
parent | c8237d51da70e65decd69bed05c5e6e1852e9ce5 (diff) | |
download | archlinuxewe-af07cc2aa70ef7488aee53779818b000b956ea7b.tar.xz |
recompile all python packages
Diffstat (limited to 'python-pyshortcuts/PKGBUILD')
-rw-r--r-- | python-pyshortcuts/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-pyshortcuts/PKGBUILD b/python-pyshortcuts/PKGBUILD index bda47e17e..96a8e45da 100644 --- a/python-pyshortcuts/PKGBUILD +++ b/python-pyshortcuts/PKGBUILD @@ -3,7 +3,7 @@ pkgname='python-pyshortcuts' _pkgname='pyshortcuts' pkgver=1.7.2 -pkgrel=1 +pkgrel=2 pkgdesc='create desktop shortcuts to python scripts on Windows, Mac, or Linux' arch=('any') url='https://github.com/newville/pyshortcuts' @@ -12,8 +12,8 @@ makedepends=( 'python-setuptools') depends=( - 'python>=3.8' - 'python<3.9') + 'python>=3.9' + 'python<3.10') source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/newville/${_pkgname}/archive/${pkgver}.tar.gz") sha512sums=('4a4a1951faad374a6046b7b31dd94ae055042a806c33df9cc093d84a0f61563b152b40a4baf06a1e0c9e8d408a2ca8fdcd04b1a9138297995ee111b905eb9130') |