diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-29 18:12:21 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-29 21:15:00 +0000 |
commit | 53b4005cfd5e77a0910efc5cc7f847d086b62d6c (patch) | |
tree | 52315d58b3635d45900cb05171fcb7ab0ae4c175 /testing/py3-pyperclip | |
parent | a0486476f08cd68c8d0a62356ac91521c5b8f886 (diff) | |
download | aports-53b4005cfd5e77a0910efc5cc7f847d086b62d6c.tar.bz2 aports-53b4005cfd5e77a0910efc5cc7f847d086b62d6c.tar.xz |
testing/py3-pyperclip: upgrade to 1.8.0
Diffstat (limited to 'testing/py3-pyperclip')
-rw-r--r-- | testing/py3-pyperclip/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-pyperclip/APKBUILD b/testing/py3-pyperclip/APKBUILD index 06b96911f6..01e38c82dc 100644 --- a/testing/py3-pyperclip/APKBUILD +++ b/testing/py3-pyperclip/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> pkgname=py3-pyperclip _pkgname=pyperclip -pkgver=1.7.0 -pkgrel=1 +pkgver=1.8.0 +pkgrel=0 pkgdesc="Python module for copy and paste clipboard functions" url="https://github.com/asweigart/pyperclip" arch="noarch" @@ -25,4 +25,4 @@ package() { check() { python3 setup.py test } -sha512sums="7f22227ea894a236703f61ab950e198fab969fac5713ca8eac6df213183a47a244add88a462b9ddf63ed5bec36af5bc2578949f01ed31e0b63316d1761a935bd py3-pyperclip-1.7.0.tar.gz" +sha512sums="ffc37f8cc9028aa1bb907b22b3d18adfd6080de1b3fe6ea2bf6f28ad6fedd96e09e5939fc5b8cef538415527cad8f13670b7c671fb1b2a3f1a2bd2cc078d3d56 py3-pyperclip-1.8.0.tar.gz" |