summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTadeo Kondrak2019-06-14 14:07:55 -0600
committerTadeo Kondrak2019-06-14 14:08:59 -0600
commitbed6cebc258a88afba6909a9fcca6ebbfe4895e5 (patch)
tree0d48ea07f30ed72b93db3ba400d393ac77af7a77
parentb9986332a62124a91d3ea16fb86150a71b5d9cbd (diff)
downloadaur-bed6cebc258a88afba6909a9fcca6ebbfe4895e5.tar.gz
update to 1.13.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4358ff8bd3b..67c8c4a347da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-nosmoothing
pkgdesc = Input device management and event handling library (with patch to disable graphics tablet smoothing)
- pkgver = 1.12.6
+ pkgver = 1.13.2
pkgrel = 1
url = https://www.freedesktop.org/wiki/Software/libinput/
arch = x86_64
@@ -16,11 +16,11 @@ pkgbase = libinput-nosmoothing
optdepends = python-evdev: libinput measure
provides = libinput=1.12.6
conflicts = libinput
- source = https://freedesktop.org/software/libinput/libinput-1.12.6.tar.xz
- source = https://freedesktop.org/software/libinput/libinput-1.12.6.tar.xz.sig
+ source = https://freedesktop.org/software/libinput/libinput-1.13.2.tar.xz
+ source = https://freedesktop.org/software/libinput/libinput-1.13.2.tar.xz.sig
source = disable-tablet-smoothing.patch
validpgpkeys = 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF
- sha512sums = 02ad90c77a0c8c27fd96ec34e1546c5f0947ced49bad386372c1ef7c41b3b2157c39020f0766f20aaf2ab3c97128567e169279bea21115ced39499dda325d2ef
+ sha512sums = 26f11c5274c26acc38b9b5729195010c0799a9563f1eb0e0cd67e323f8ed73b0fc8db8584ec8fdf1b726417f64c2daeb54832167079832626c8c1190fccf459f
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index eb6d09ce1fae..24dcdf86926b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_basename=libinput
pkgname=libinput-nosmoothing
-pkgver=1.12.6
+pkgver=1.13.2
pkgrel=1
pkgdesc="Input device management and event handling library (with patch to disable graphics tablet smoothing)"
url="https://www.freedesktop.org/wiki/Software/libinput/"
@@ -20,7 +20,7 @@ optdepends=('gtk3: libinput debug-gui'
'python-evdev: libinput measure')
source=(https://freedesktop.org/software/$_basename/$_basename-$pkgver.tar.xz{,.sig}
disable-tablet-smoothing.patch)
-sha512sums=('02ad90c77a0c8c27fd96ec34e1546c5f0947ced49bad386372c1ef7c41b3b2157c39020f0766f20aaf2ab3c97128567e169279bea21115ced39499dda325d2ef'
+sha512sums=('26f11c5274c26acc38b9b5729195010c0799a9563f1eb0e0cd67e323f8ed73b0fc8db8584ec8fdf1b726417f64c2daeb54832167079832626c8c1190fccf459f'
'SKIP'
'SKIP')
validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>