summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordarthdomo2021-12-12 07:10:29 -0500
committerdarthdomo2021-12-12 07:10:29 -0500
commit73f56201b3ebe795afc5e1b3cb8a426dcbc71e10 (patch)
treecaa29ad1149507783a8124f905623d7654ab5684
parent2ac8c177e13645d994542206872d748b38b2ff92 (diff)
downloadaur-sirfidal-git.tar.gz
Added required dependency python-pyperclip
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5be2fbe035d7..cde54b3b5027 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sirfidal-git
pkgdesc = SiRFIDal - Simple RFID authentication for Linux
- pkgver = r187.91f46d2
- pkgrel = 2
+ pkgver = r188.eb51f69
+ pkgrel = 1
url = https://github.com/Giraut/SiRFIDaL
arch = x86_64
license = GPL3
@@ -24,6 +24,7 @@ pkgbase = sirfidal-git
depends = sox
depends = python-pyufr-git
depends = pam-python
+ depends = python-pyperclip
provides = sirfidal
source = git+https://github.com/Giraut/SiRFIDaL.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1cf29394afd2..42ac62b86c25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=sirfidal-git
_pkgname=sirfidal
_gitname=SiRFIDaL
-pkgver=r187.91f46d2
-pkgrel=2
+pkgver=r188.eb51f69
+pkgrel=1
pkgdesc="SiRFIDal - Simple RFID authentication for Linux"
arch=('x86_64')
url="https://github.com/Giraut/SiRFIDaL"
license=('GPL3')
-depends=('python' 'pam' 'python-psutil' 'python-filelock' 'python-setproctitle' 'pcsclite' 'pcsc-tools' 'python-pyscard' 'python-pyserial' 'android-tools' 'python-evdev' 'tk' 'python-xlib' 'python-cryptography' 'python-pynput' 'sox' 'python-pyufr-git' 'pam-python')
+depends=('python' 'pam' 'python-psutil' 'python-filelock' 'python-setproctitle' 'pcsclite' 'pcsc-tools' 'python-pyscard' 'python-pyserial' 'android-tools' 'python-evdev' 'tk' 'python-xlib' 'python-cryptography' 'python-pynput' 'sox' 'python-pyufr-git' 'pam-python' 'python-pyperclip')
makedepends=('git')
provides=('sirfidal')
conflicts=()