summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dab8638f71fb..3e3b6286918c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = marker
depends = gtkspell3
depends = webkit2gtk
optdepends = pandoc: export to HTML, PDF, RTF, OTF, DOCX, LaTeX
- source = marker-2018.03.09.tar.xz::https://github.com/fabiocolacio/Marker/releases/download/Marker.2018.03.09.tar.xz
+ source = marker-2018.03.09.tar.xz::https://github.com/fabiocolacio/Marker/releases/download/2018.03.09/Marker.2018.03.09.tar.xz
sha256sums = 3ea9a962735ad7ad6ba6fbe3686a7aada9d1fbdb20ee90b1fca3623253cd3513
pkgname = marker
diff --git a/PKGBUILD b/PKGBUILD
index ec0bc9d2a85e..44ab8e1d6891 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('gtksourceview3' 'gtkspell3' 'webkit2gtk')
makedepends=('meson')
optdepends=('pandoc: export to HTML, PDF, RTF, OTF, DOCX, LaTeX')
-source=("$pkgname-$pkgver.tar.xz::$url/releases/download/Marker.$pkgver.tar.xz")
+source=("$pkgname-$pkgver.tar.xz::$url/releases/download/$pkgver/Marker.$pkgver.tar.xz")
sha256sums=('3ea9a962735ad7ad6ba6fbe3686a7aada9d1fbdb20ee90b1fca3623253cd3513')
build() {