summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMikael Blomstrand2019-11-26 11:27:30 +0100
committerMikael Blomstrand2019-11-26 11:27:30 +0100
commitcf7fab46bf59ec6278b7a56a3aae01b534ad4870 (patch)
treecc4b7b193090f71e0b2d245df8ab8a4ea4cec1e6 /PKGBUILD
parent0d07183a5385aeee1439b8d4f6502a4f920f7ba7 (diff)
downloadaur-remarkable-git.tar.gz
Upstream finally officially switched to webkit2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b94e51191ca3..5f5a5a9d523f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname='remarkable-git'
conflicts=('remarkable')
provides=('remarkable')
-pkgver=1.87.r27.gda0d88c
-pkgrel=3
+pkgver=1.87.r44.gf4ac3d4
+pkgrel=1
pkgdesc="A free fully featured markdown editor for Linux."
arch=('any')
url="http://remarkableapp.github.io"
@@ -16,7 +16,7 @@ depends=('python'
'python-beautifulsoup4'
'python-lxml'
'python-setuptools'
- 'webkitgtk'
+ 'webkit2gtk'
'wkhtmltopdf'
'gtksourceview3'
)
@@ -32,7 +32,6 @@ sha1sums=('SKIP'
pkgver() {
cd Remarkable
- # cutting off 'foo-' prefix that presents in the git tag
git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}