summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parente126a13494fde35c39f5d502730c1e6e25e09906 (diff)
downloadaur-7621ff61f74be6061e70f99c3bf74dd4a651fa23.tar.gz
Clean redundant deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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() {