summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd28567cee70..a062b20541ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Francisco Lopes <francisco@oblita.com>
pkgname=interception-tools
pkgver=0.1.1
-pkgrel=2
+pkgrel=3
pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
arch=('i686' 'x86_64')
license=('GPL3')
@@ -11,7 +11,7 @@ makedepends=('boost' 'cmake' 'gcc')
source=("https://gitlab.com/interception/linux/tools/repository/archive.tar.gz?ref=v${pkgver}"
'udevmon.service')
md5sums=('033f4c3e81e4d7865314ad2873e3d158'
- 'fcbd860d3bce12e30b3bfdd03c6b35a5')
+ 'dd9142146084634fa6423d5f83f1661b')
build() {
cd ${srcdir}/tools-v${pkgver}-*