summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Jasso2020-05-21 10:09:06 +0200
committerGustavo Jasso2020-05-21 10:09:06 +0200
commit6ad5cabaf748bdf18b49fcefb0cae108a092837b (patch)
treef48b99a244dbd3d540e7be861cd1bc7e479772f6
parent24d673bf63884ef41769d955e31021665f5c9332 (diff)
downloadaur-6ad5cabaf748bdf18b49fcefb0cae108a092837b.tar.gz
upgpkg: remarkable-mouse 5.2.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea9331781e68..4036cdc60a6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = remarkable-mouse
pkgdesc = Python scripts to use reMarkable tablet as mouse input.
- pkgver = 5.1
+ pkgver = 5.2.1
pkgrel = 1
url = https://github.com/Evidlo/remarkable_mouse
arch = any
@@ -10,8 +10,8 @@ pkgbase = remarkable-mouse
depends = python-libevdev
depends = python-pynput
depends = python-screeninfo
- source = https://files.pythonhosted.org/packages/source/r/remarkable-mouse/remarkable-mouse-5.1.tar.gz
- md5sums = 3bab90c04b8dd5e96dfaef88ad4189a5
+ source = https://files.pythonhosted.org/packages/source/r/remarkable-mouse/remarkable-mouse-5.2.1.tar.gz
+ md5sums = e0418d34a25308f6d49ccad5f4c6af03
pkgname = remarkable-mouse
diff --git a/PKGBUILD b/PKGBUILD
index 277a2411aa1e..da32141713f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Gustavo Jasso <gustavo at jasso dot info>
pkgname='remarkable-mouse'
pkgdesc="Python scripts to use reMarkable tablet as mouse input."
-pkgver=5.1
+pkgver=5.2.1
pkgrel=1
url="https://github.com/Evidlo/remarkable_mouse"
arch=('any')
license=('GPL3')
depends=('python-setuptools' 'python-paramiko' 'python-libevdev' 'python-pynput' 'python-screeninfo')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('3bab90c04b8dd5e96dfaef88ad4189a5')
+md5sums=('e0418d34a25308f6d49ccad5f4c6af03')
build() {
cd "$srcdir/$pkgname-$pkgver"