summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Lopes2017-11-30 02:06:15 -0200
committerFrancisco Lopes2017-11-30 02:06:15 -0200
commit1ddbd43f7eb48af8f2a46f422746fe5e2b23793c (patch)
tree36269930fe78bf2179f81b27e60f90b98c0b16e7
parent416e21237af7581f482c9e05941046efcffbdf62 (diff)
downloadaur-1ddbd43f7eb48af8f2a46f422746fe5e2b23793c.tar.gz
0.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc8d33cdfe32..f0b07a17be07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = interception-caps2esc
pkgdesc = caps2esc: transforming the most useless key ever in the most useful one
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://gitlab.com/interception/linux/plugins/caps2esc
arch = i686
@@ -10,8 +10,8 @@ pkgbase = interception-caps2esc
makedepends = gcc
depends = interception-tools
conflicts = caps2esc
- source = https://gitlab.com/interception/linux/plugins/caps2esc/repository/archive.tar.gz?ref=v0.1.1
- md5sums = 71d77f1fe4211dd33d4713770d5615be
+ source = https://gitlab.com/interception/linux/plugins/caps2esc/repository/archive.tar.gz?ref=v0.1.2
+ md5sums = 5aa36cae5e65dcf7c3d967d162ce6696
pkgname = interception-caps2esc
diff --git a/PKGBUILD b/PKGBUILD
index 0bb30fc41cbe..46ff667ba234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Francisco Lopes <francisco@oblita.com>
pkgname=interception-caps2esc
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc='caps2esc: transforming the most useless key ever in the most useful one'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ depends=('interception-tools')
makedepends=('cmake' 'gcc')
conflicts=('caps2esc')
source=("https://gitlab.com/interception/linux/plugins/caps2esc/repository/archive.tar.gz?ref=v${pkgver}")
-md5sums=('71d77f1fe4211dd33d4713770d5615be')
+md5sums=('5aa36cae5e65dcf7c3d967d162ce6696')
build() {
cd ${srcdir}/caps2esc-v${pkgver}-*