summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-29 22:57:45 +0300
committerDimitris Kiziridis2020-05-29 22:57:45 +0300
commitcdbf4c9d979e4d684e2d9e48b24fce77766b261f (patch)
tree44209cfbb718cf46e255cc1ae44909782286039a
parentc5ff663475e935c14dcd0d567d707328e54cd039 (diff)
downloadaur-cdbf4c9d979e4d684e2d9e48b24fce77766b261f.tar.gz
Initial commit
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fd73780d7d6..e25fc5e80c77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = hyperkeys-bin
arch = any
license = GPL3
depends = zlib
+ provides = hyperkeys
noextract = hyperkeys-bin-1.1.7.AppImage
options = !strip
source = hyperkeys-bin-1.1.7.AppImage::https://github.com/xurei/hyperkeys/releases/download/v1.1.7/HyperKeys-1.1.7.AppImage
diff --git a/PKGBUILD b/PKGBUILD
index 54b9fea9d04f..6131d6736262 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="Unleash you keyboard shorcuts"
arch=('any')
url='https://hyperkeys.xureilab.com'
license=('GPL3')
+provides=('hyperkeys')
depends=('zlib')
options=('!strip')
noextract=("${pkgname}-${pkgver}.AppImage")