summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors3rj1k2018-01-25 23:40:17 +0200
committers3rj1k2018-01-25 23:40:17 +0200
commit556b9dcf3f3ae773c9b981d231c323e11dc58195 (patch)
tree9745a60f84e27f8e28a7d4cd9db2d0ff7920e82d
parent41bb227eec92d946f56d84fc2bb75ae9a10513a7 (diff)
downloadaur-556b9dcf3f3ae773c9b981d231c323e11dc58195.tar.gz
fixup
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ef559cc550a..42e6321676ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = sac-core
pkgdesc = Safenet Authentication Client for Alladin eToken, stripped core package
pkgver = 9.1.7
- pkgrel = 4
+ pkgrel = 5
+ install = sac-core.install
arch = x86_64
license = custom
makedepends = libarchive
diff --git a/PKGBUILD b/PKGBUILD
index 10374762afa3..d96618094fa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
pkgname='sac-core'
pkgver='9.1.7'
-pkgrel='4'
+pkgrel='5'
pkgdesc='Safenet Authentication Client for Alladin eToken, stripped core package'
arch=('x86_64')
depends=('pcsclite' 'libusb-compat' 'openssh' 'nss')
makedepends=('libarchive')
license=('custom')
+install=$pkgname.install
source_x86_64=('http://packages.mirohost.net/etoken/Linux/Core/SafenetAuthenticationClient-core-9.1.7-0_amd64.deb')
sha256sums_x86_64=('bafd836ade7524ce5634525b7fc89b99c7ba4b2d0b908d21d960e11714204300')
source+=('eToken.conf')