summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d648531e4e7..0c612c4bbc04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=tkey-ssh-agent
_pkgname=tillitis-key1-apps
pkgver=0.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="A ssh-agent for the Tillitis TKey"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/tillitis/tillitis-key1-apps"
@@ -14,8 +14,7 @@ sha256sums=('d15fc7f556548951989abf6973374f71e039028202e8cad4b70f79539da00aff')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
- make apps
- make tkey-ssh-agent
+ make OBJCOPY="llvm-objcopy" apps tkey-ssh-agent
}
package() {