diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-09-04 03:06:00 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-04 03:11:25 -0300 |
| commit | 47975d4d97bca723d0f37b52921fd420b5b19370 (patch) | |
| tree | b1177eb4eeaa6bfd7a985b49f4fef0c709f4263d /testing/py3-libevdev | |
| parent | 1f0f5c7aaf83fa11c40fb66451c98cb0570bf7e6 (diff) | |
| download | aports-47975d4d97bca723d0f37b52921fd420b5b19370.tar.bz2 aports-47975d4d97bca723d0f37b52921fd420b5b19370.tar.xz | |
testing/py3-libevdev: upgrade to 0.8
Diffstat (limited to 'testing/py3-libevdev')
| -rw-r--r-- | testing/py3-libevdev/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-libevdev/APKBUILD b/testing/py3-libevdev/APKBUILD index cabe04ba46..2dc2b9a903 100644 --- a/testing/py3-libevdev/APKBUILD +++ b/testing/py3-libevdev/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-libevdev _pkgname=python-libevdev -pkgver=0.7 +pkgver=0.8 pkgrel=0 pkgdesc="Python3 wrapper around the evdev library" url="https://python-libevdev.readthedocs.io/en/latest" @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="libevdev python3" checkdepends="py3-pytest" -source="$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/libevdev/${_pkgname}/-/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/libevdev/$_pkgname/-/archive/$pkgver/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { @@ -25,4 +25,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="7ab4bfcb53c0f84735ad5e7fc8c5bde5b164dd3600d7e8c99fdeea1481f75cc177f67ce875ed14ff93cff43d8037cf5c729abc38d2b9b4f2791ad75d5ad50920 py3-libevdev-0.7.tar.gz" +sha512sums="dbade600f2f0887c6702e5569b5b8132d636411c589395bb9770efd261c5a44479d43faecb683df45c03233e715c713daa9e70400c03ba4e7e1e2ada11128d61 py3-libevdev-0.8.tar.gz" |
