summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Erhard2020-03-10 14:57:20 +0100
committerLukas Erhard2020-03-10 14:57:20 +0100
commit23ad4a61e8b1e89a44fd5ae790439000424ffbeb (patch)
tree6d8dbb9925e3f4c29901710ad7566c13e2a43631
parentd2b6b1403d39f1de525b11c6db753e3d36dfde91 (diff)
downloadaur-23ad4a61e8b1e89a44fd5ae790439000424ffbeb.tar.gz
added description and url
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c639ca5c6d4..0a187d5e458b 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,15 @@
pkgbase = remarkable-client
+ pkgdesc = This is a Linux version of the reMarkable Desktop Client. As far as I know, the development has been discontinued, but it still works. Adding files is as simple as dragging them onto the window.
pkgver = 0.0.5
- pkgrel = 1
+ pkgrel = 2
+ url = https://remarkable.engineering
arch = any
license = unknown
depends = qt5-websockets
+ depends = karchive
+ depends = qt5-quickcontrols
+ depends = qt5-quickcontrols2
+ depends = qt5-graphicaleffects
source = https://remarkable.engineering/remarkable-linux-client-0.0.5-16-1408-g7eca2b66.tgz
sha256sums = 1a1519adc6d62359f6f73bc2a4a6e76fb710fed78ca1bc09e46191e825d3058c
diff --git a/PKGBUILD b/PKGBUILD
index 511b52277bdf..92e095733648 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,11 @@
pkgname=remarkable-client
pkgver=0.0.5
-pkgrel=1
+pkgrel=2
arch=("any")
license=("unknown")
+url="https://remarkable.engineering"
+pkgdesc="This is a Linux version of the reMarkable Desktop Client. As far as I know, the development has been discontinued, but it still works. Adding files is as simple as dragging them onto the window."
depends=('qt5-websockets' 'karchive' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-graphicaleffects')
source=("https://remarkable.engineering/remarkable-linux-client-0.0.5-16-1408-g7eca2b66.tgz")