summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Jasso2020-05-03 17:51:20 +0200
committerGustavo Jasso2020-05-03 17:51:20 +0200
commit5ecc808d69ea59c5151688810eaf64327424198d (patch)
tree7fb7c93af9aa89f71221de36d806462eb71689c5
parentaef913abe2f6032df1bf1257cb6f5c033a1316a7 (diff)
downloadaur-5ecc808d69ea59c5151688810eaf64327424198d.tar.gz
new version: 0.6.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97ee066847c5..96af449fe4f8 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.5.2
+pkgver=0.6.0
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=('914f5ba3e001167d693c183d124a88bf')
+md5sums=('99f4b1ab018b50ae49bb7444533f6d70')
build() {
cd "$srcdir/$pkgname-$pkgver"