summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6be013d04021..b7975e7dbf88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = creekey-git
pkgdesc = Story your Private Keys on your Phone!
- pkgver = 0.1.0_r108.82b4efe
+ pkgver = 0.1.0_r111.f83ebaf
pkgrel = 1
url = https://creekey.io
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index dd507f50d47c..9a04c9b7bf2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Opencreek Technogoly UG <hannes@opencreek.tech>
pkgname=creekey-git
-pkgver=0.1.0_r108.82b4efe
+pkgver=0.1.0_r111.f83ebaf
pkgrel=1
makedepends=('git' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -36,6 +36,6 @@ package() {
-type f \
-exec install -Dm0755 -t "$pkgdir/usr/bin/" {} +
- install -Dm644 "src/unix/creekey.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+ install -Dm644 "src/unix/creekey.service" "${pkgdir}/usr/lib/systemd/system/creekey.service"
}
sha256sums=('SKIP')