summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcd6b8d499d1..e957e0a1267e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = interception-space2meta
pkgdesc = space2meta: turn space into meta when chorded to another key (on release)
- pkgver = 0.1.1
- pkgrel = 2
+ pkgver = 0.2.0
+ pkgrel = 1
url = https://gitlab.com/interception/linux/plugins/space2meta
arch = x86_64
license = MIT
makedepends = cmake
makedepends = gcc
depends = interception-tools
- source = https://gitlab.com/interception/linux/plugins/space2meta/-/archive/v0.1.1/space2meta-v0.1.1.tar.gz
- sha256sums = 1cbf7957c5f6e271d54ffec77e1760ffc77410c5b0830c6628362b23f1885429
+ source = https://gitlab.com/interception/linux/plugins/space2meta/-/archive/v0.2.0/space2meta-v0.2.0.tar.gz
+ sha256sums = 75712d96a91ca377bb47976725a39e751480f8f61aea902b3372310b04b4487a
pkgname = interception-space2meta
diff --git a/PKGBUILD b/PKGBUILD
index 2fa5b5cd8a16..003c4923d072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Francisco Lopes <francisco+interception@nosubstance.me>
pkgname=interception-space2meta
-pkgver=0.1.1
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
pkgdesc='space2meta: turn space into meta when chorded to another key (on release)'
arch=('x86_64')
license=('MIT')
@@ -9,7 +9,7 @@ url='https://gitlab.com/interception/linux/plugins/space2meta'
depends=('interception-tools')
makedepends=('cmake' 'gcc')
source=("https://gitlab.com/interception/linux/plugins/space2meta/-/archive/v${pkgver}/space2meta-v${pkgver}.tar.gz")
-sha256sums=('1cbf7957c5f6e271d54ffec77e1760ffc77410c5b0830c6628362b23f1885429')
+sha256sums=('75712d96a91ca377bb47976725a39e751480f8f61aea902b3372310b04b4487a')
build() {
cd ${srcdir}/space2meta-v${pkgver}