summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGustavo Jasso2020-05-22 20:55:49 +0200
committerGustavo Jasso2020-05-22 20:55:49 +0200
commite5d666ff1121bdd85ed17452278388c145d66f17 (patch)
tree83b0024d4b480555c137650e264485ec05382d98 /PKGBUILD
parent702638b0e0bee0abe8d70031174e7b26c06e2ea6 (diff)
downloadaur-e5d666ff1121bdd85ed17452278388c145d66f17.tar.gz
upgpkg: remt 0.6.3-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12a94a9633f1..f99a5c031a57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Jasso <gustavo at jasso dot info>
pkgname='remt'
pkgdesc="reMarkable tablet command-line tools."
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=1
url="https://gitlab.com/wrobell/remt"
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL3')
makedepends=('python-setuptools')
depends=('python-gobject' 'python-cairo' 'python-asyncssh' 'python-cytoolz' 'python-asyncio-contextmanager')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('9d4b5aaeed787b409cea060cfa90506e')
+md5sums=('6ccd4fad710532cdbdf7217951a47ab4')
build() {
cd "$srcdir/$pkgname-$pkgver"