summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2022-08-16 21:59:47 +0100
committerJoão Figueiredo2022-08-16 21:59:47 +0100
commit7621ff61f74be6061e70f99c3bf74dd4a651fa23 (patch)
tree7bf55a8d7472899351f53be51d9ab3a01720ccc3
parente126a13494fde35c39f5d502730c1e6e25e09906 (diff)
downloadaur-7621ff61f74be6061e70f99c3bf74dd4a651fa23.tar.gz
Clean redundant deps
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a19f5633214..d01cb172c1f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,16 @@
pkgbase = pam_usb
pkgdesc = Hardware authentication for Linux using ordinary flash media (USB & Card based).
pkgver = 0.8.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/mcdope/pam_usb
arch = x86_64
- license = GPLv2
- depends = pam
- depends = dbus
- depends = python
- depends = python-dbus
- depends = python-lxml
+ license = GPL2
depends = python-gobject
+ depends = libxml2
depends = udisks2
options = !emptydirs
backup = etc/security/pam_usb.conf
- source = https://github.com/mcdope/pam_usb/archive/refs/tags/0.8.2.tar.gz
+ source = pam_usb-0.8.2.tar.gz::https://github.com/mcdope/pam_usb/archive/refs/tags/0.8.2.tar.gz
sha256sums = e6d49c1a8b01af165c7c98ead9dc28020e8da138cb9c7e0906350477af5ae531
pkgname = pam_usb
diff --git a/PKGBUILD b/PKGBUILD
index 319943d17497..906501b2384a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=pam_usb
pkgver=0.8.2
-pkgrel=2
+pkgrel=3
pkgdesc='Hardware authentication for Linux using ordinary flash media (USB & Card based).'
arch=($CARCH)
url='https://github.com/mcdope/pam_usb'
-license=(GPLv2)
-depends=(pam dbus python python-dbus python-lxml python-gobject udisks2)
+license=(GPL2)
+depends=(python-gobject libxml2 udisks2)
options=(!emptydirs)
backup=("etc/security/pam_usb.conf")
-source=("$url/archive/refs/tags/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('e6d49c1a8b01af165c7c98ead9dc28020e8da138cb9c7e0906350477af5ae531')
build() {