summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Lopes2017-11-30 00:10:16 -0200
committerFrancisco Lopes2017-11-30 00:10:16 -0200
commit416e21237af7581f482c9e05941046efcffbdf62 (patch)
tree5c173c8f7f76f886480ed61ac6eed8f7653bd6c3
parent63e91c2012808c51c2ed485093aff2a28d1fe4b8 (diff)
downloadaur-416e21237af7581f482c9e05941046efcffbdf62.tar.gz
0.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 161685b26677..fc8d33cdfe32 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.0
+ pkgver = 0.1.1
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.0
- md5sums = a493a0c2a3ca056998e8eb0fd77f6a93
+ source = https://gitlab.com/interception/linux/plugins/caps2esc/repository/archive.tar.gz?ref=v0.1.1
+ md5sums = 71d77f1fe4211dd33d4713770d5615be
pkgname = interception-caps2esc
diff --git a/PKGBUILD b/PKGBUILD
index c9ed6eb6ba52..0bb30fc41cbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Francisco Lopes <francisco@oblita.com>
pkgname=interception-caps2esc
-pkgver=0.1.0
+pkgver=0.1.1
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=('a493a0c2a3ca056998e8eb0fd77f6a93')
+md5sums=('71d77f1fe4211dd33d4713770d5615be')
build() {
cd ${srcdir}/caps2esc-v${pkgver}-*