diff options
author | Ewout van Mansom | 2023-05-08 21:26:33 +0200 |
---|---|---|
committer | Ewout van Mansom | 2023-05-08 21:26:33 +0200 |
commit | 03410619380528de9f215ecc4e9aa4213f910740 (patch) | |
tree | 56fd34c162f20207290304c403b983f8a4d26706 /.SRCINFO | |
parent | 9d0397875358e875044182abb7a85f6b696d6e1c (diff) | |
download | aur-03410619380528de9f215ecc4e9aa4213f910740.tar.gz |
include PR 41 as patch, embrace PEP 517, include license and .gitignore
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,15 +1,21 @@ pkgbase = python-uinput pkgdesc = Pythonic API to Linux uinput kernel module pkgver = 0.11.2 - pkgrel = 2 + pkgrel = 3 url = https://github.com/tuomasjjrasanen/python-uinput - arch = any + arch = x86_64 + arch = aarch64 license = GPL - makedepends = python-setuptools + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel depends = python + depends = glibc + depends = systemd-libs options = !emptydirs - source = https://codeload.github.com/tuomasjjrasanen/python-uinput/tar.gz/0.11.2 + source = python-uinput-0.11.2.tar.gz::https://github.com/tuomasjjrasanen/python-uinput/archive/refs/tags/0.11.2.tar.gz + source = pr41.patch::https://patch-diff.githubusercontent.com/raw/tuomasjjrasanen/python-uinput/pull/41.patch sha512sums = 50fedc43fddbb690782196af6e9e9363f73d4ec65c7d356750db0ac846dfc7cf7f98d406aaa035684f1fe7f17e02679047cccd07c9c232d1bbdc2f1fc2a8d97e + sha512sums = a53b925d1314e24a13703f598eec4774452bfa33046d0d15a04aa70d2ddfe77ab08c6fb46e8b947adce9f3a9e8d27d0e923233e8cac66f6ab46a0d9e9a5d02ec pkgname = python-uinput - |