summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Atkinson2020-07-06 11:47:43 -0400
committerChris Atkinson2020-07-06 11:47:43 -0400
commitb4033f953cc4213dab6e6c649dc57a84a7d4df7f (patch)
treea0c8e2554d52ec69a08d5dda6da4228a8b326634
parent08b4620501dab901782287dbb518f69589bf5d6c (diff)
downloadaur-b4033f953cc4213dab6e6c649dc57a84a7d4df7f.tar.gz
Update to newest upstream version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21790f0fc682..18646bae4112 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = consolation
pkgdesc = Libinput-based console pointer support for copy-paste, similar to gpm
- pkgver = 0.0.7
+ pkgver = 0.0.8
pkgrel = 1
url = https://salsa.debian.org/consolation-team/consolation
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = consolation
depends = libinput>=1.5.0
depends = systemd>=183
depends = help2man
- source = https://deb.debian.org/debian/pool/main/c/consolation/consolation_0.0.7.orig.tar.xz
- md5sums = 5ac2520190ec74ec9170b7a3395b264f
+ source = https://deb.debian.org/debian/pool/main/c/consolation/consolation_0.0.8.orig.tar.xz
+ md5sums = 717a794c9a330b3eeb1589ea46cd89aa
pkgname = consolation
diff --git a/PKGBUILD b/PKGBUILD
index 0cd7cf085bf8..50497a27b6f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: snakeroot <cwa AT pipeline DOT com>
pkgname=consolation
-pkgver=0.0.7
+pkgver=0.0.8
pkgrel=1
pkgdesc="Libinput-based console pointer support for copy-paste, similar to gpm"
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://salsa.debian.org/consolation-team/consolation"
license=('GPL')
depends=('libevdev>=0.9.1' 'libinput>=1.5.0' 'systemd>=183' 'help2man')
source=("https://deb.debian.org/debian/pool/main/c/consolation/${pkgname}_${pkgver}.orig.tar.xz")
-md5sums=('5ac2520190ec74ec9170b7a3395b264f')
+md5sums=('717a794c9a330b3eeb1589ea46cd89aa')
prepare() {
cd "$pkgname-$pkgver"