diff options
author | Aditya Sirish | 2023-12-18 17:03:30 -0500 |
---|---|---|
committer | Aditya Sirish | 2023-12-18 17:03:30 -0500 |
commit | 8f6bf83d62deb14d04507887b9b13b7b46121986 (patch) | |
tree | 2d8453097aeedd375a4f15f29bafa5b49d320529 /PKGBUILD | |
parent | 1a3c7fea1516e0d0cd4c8084792dc13738f7614f (diff) | |
download | aur-rmview.tar.gz |
Update to v3.1.3
Signed-off-by: Aditya Sirish <aditya@saky.in>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Maintainer: Aditya Sirish <aditya@saky.in> pkgname=rmview -pkgver=3.1.2 -pkgrel=2 +pkgver=3.1.3 +pkgrel=1 pkgdesc="a fast live viewer for reMarkable 1 and 2" arch=('any') url="https://github.com/bordaigorl/rmview" @@ -10,7 +10,7 @@ license=('GPL3') depends=('python' 'python-pyqt5' 'python-paramiko' 'python-twisted' 'python-pyjwt' 'python-service-identity' 'python-pyopenssl' 'python-sshtunnel') makedepends=('git' 'python-setuptools') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('1013a4edaa34c917a4e545fe55955a66b3995dab64e12e1561bb17cd144268a1') +sha256sums=('5aefbd01a896d6bfae25772395010ea320e398dfd75751c3aaa0177997c251b9') conflicts=('rmview-git') build() { |