summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2021-09-05 23:28:59 -0400
committerTony Lambiris2021-09-05 23:28:59 -0400
commitb37273289806508a3df9f4dd3be31c84114a69f2 (patch)
tree82aafd3c7031d7478f1c6d09cb00a740567c0ada
parentac343059b15c0c32b83e4725f664f0036669845c (diff)
downloadaur-b37273289806508a3df9f4dd3be31c84114a69f2.tar.gz
Version bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84899c28534a..57a26d274100 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = go-kbdgrab
pkgdesc = Key grabber written in golang for cleaning your keyboard
- pkgver = r22.e829367
+ pkgver = r23.43b5f93
pkgrel = 1
url = https://github.com/tonylambiris/go-kbdgrab
arch = i686
@@ -11,4 +11,3 @@ pkgbase = go-kbdgrab
sha256sums = SKIP
pkgname = go-kbdgrab
-
diff --git a/PKGBUILD b/PKGBUILD
index a60bc08085e4..2bf0d4f9cf00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Tony Lambiris <tony@criticalstack.com>
+# Maintainer: Tony Lambiris <tony@libpcap.net>
pkgname=go-kbdgrab
-pkgver=r22.e829367
+pkgver=r23.43b5f93
pkgrel=1
pkgdesc='Key grabber written in golang for cleaning your keyboard'
arch=(i686 x86_64)
@@ -29,6 +29,7 @@ build() {
export GOPATH="${srcdir}/go"
export PATH="${PATH}:${GOPATH}/bin"
+
make
}