summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-08-25 20:05:17 -0600
committerMark Wagie2020-08-25 20:05:17 -0600
commit182290470d4b87e0b1154f6ea29785e290ac31d1 (patch)
tree4143e1a8873d6410d6930165ece43c4683c5bf10
parentfe2333eead2b9ce8e91ed10c1b15a71259b0f534 (diff)
downloadaur-182290470d4b87e0b1154f6ea29785e290ac31d1.tar.gz
update URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5864dea0dbf5..0183f20fd4f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = apostrophe
pkgdesc = A distraction free Markdown editor for GNU/Linux made with GTK+
pkgver = 2.2.0.3
pkgrel = 1
- url = https://gitlab.gnome.org/somas/apostrophe
+ url = https://somas.pages.gitlab.gnome.org/apostrophe
arch = any
license = GPL3
checkdepends = appstream
diff --git a/PKGBUILD b/PKGBUILD
index 10fe5c384fb2..0c930045254a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=2.2.0.3
pkgrel=1
pkgdesc="A distraction free Markdown editor for GNU/Linux made with GTK+"
arch=('any')
-url="https://gitlab.gnome.org/somas/apostrophe"
+url="https://somas.pages.gitlab.gnome.org/apostrophe"
license=('GPL3')
depends=('webkit2gtk' 'gspell' 'python-pypandoc' 'python-regex' 'python-levenshtein'
'python-pyenchant' 'python-gobject' 'python-cairo' 'gobject-introspection')
@@ -14,7 +14,7 @@ optdepends=('texlive-latexextra: for the pdftex module'
'mathjax: for formula preview'
'otf-fira-mono: Recommended font (OTF)'
'ttf-fira-mono: Recommended font (TTF)')
-source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+source=("https://gitlab.gnome.org/somas/apostrophe/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
sha256sums=('79b7aa4913eceaf3a81baa23fe1071ae462b17f6b0f77d8e69f3d554474b4cab')
build() {