summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0b07a17be07..3180cfb35f1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = interception-caps2esc
pkgdesc = caps2esc: transforming the most useless key ever in the most useful one
- pkgver = 0.1.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://gitlab.com/interception/linux/plugins/caps2esc
- arch = i686
arch = x86_64
license = MIT
makedepends = cmake
makedepends = gcc
depends = interception-tools
conflicts = caps2esc
- source = https://gitlab.com/interception/linux/plugins/caps2esc/repository/archive.tar.gz?ref=v0.1.2
- md5sums = 5aa36cae5e65dcf7c3d967d162ce6696
+ source = https://gitlab.com/interception/linux/plugins/caps2esc/repository/archive.tar.gz?ref=v0.1.3
+ md5sums = 014e1b3fcd7fd889aab876f22d550eb8
pkgname = interception-caps2esc
diff --git a/PKGBUILD b/PKGBUILD
index 46ff667ba234..f132eb83f23a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Francisco Lopes <francisco@oblita.com>
pkgname=interception-caps2esc
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc='caps2esc: transforming the most useless key ever in the most useful one'
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('MIT')
url='https://gitlab.com/interception/linux/plugins/caps2esc'
depends=('interception-tools')
makedepends=('cmake' 'gcc')
conflicts=('caps2esc')
source=("https://gitlab.com/interception/linux/plugins/caps2esc/repository/archive.tar.gz?ref=v${pkgver}")
-md5sums=('5aa36cae5e65dcf7c3d967d162ce6696')
+md5sums=('014e1b3fcd7fd889aab876f22d550eb8')
build() {
cd ${srcdir}/caps2esc-v${pkgver}-*