summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Courtis2020-11-24 15:23:06 +1100
committerAlexander Courtis2020-11-24 15:23:06 +1100
commit49a3e4c81f4e3ffdfd1b08f4cf97f8e0f05fbcb3 (patch)
tree4bfba77167c16430035983b340560533d5798567 /PKGBUILD
parent7f271fc7479a51327c0b33c1fc8540503b780c7d (diff)
downloadaur-interception-dual-function-keys.tar.gz
1.1.0-1 -> 1.2.0-1 and pass to make
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51ec4f82d424..aabaf212fd3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=interception-dual-function-keys
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="Dual function keys: tap for one key, hold for another."
arch=('x86_64')
@@ -8,12 +8,12 @@ url="https://gitlab.com/interception/linux/plugins/dual-function-keys/"
license=('MIT')
depends=('interception-tools')
source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/plugins/dual-function-keys/repository/archive.tar.gz?ref=${pkgver}")
-md5sums=('5f6b6033472e0c48bec60e90dd2e2c4c')
+md5sums=('5c929cccb400f1618566f5f917308a7b')
build() {
cd $srcdir/dual-function-keys-$pkgver-*
- make
+ make VERSION=$pkgver
}
package() {