summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c64c18873494..c2ffe9818049 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.4
pkgrel = 1
- url = https://somas.pages.gitlab.gnome.org/apostrophe
+ url = https://gitlab.gnome.org/World/apostrophe
arch = any
license = GPL3
checkdepends = appstream-glib
@@ -20,7 +20,7 @@ pkgbase = apostrophe
depends = libhandy
optdepends = texlive-latexextra: for the pdftex module
optdepends = mathjax: for formula preview
- source = https://gitlab.gnome.org/somas/apostrophe/-/archive/v2.4/apostrophe-v2.4.tar.gz
+ source = https://gitlab.gnome.org/World/apostrophe/-/archive/v2.4/apostrophe-v2.4.tar.gz
sha256sums = c5c7d1a98cbdb850f61294357a30215d086ec20bd494319e29e64ea3197301c7
pkgname = apostrophe
diff --git a/PKGBUILD b/PKGBUILD
index 0e528db049be..191cf49e49da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=2.4
pkgrel=1
pkgdesc="A distraction free Markdown editor for GNU/Linux made with GTK+"
arch=('any')
-url="https://somas.pages.gitlab.gnome.org/apostrophe"
+url="https://gitlab.gnome.org/World/apostrophe"
license=('GPL3')
depends=('webkit2gtk' 'gspell' 'python-pypandoc' 'python-regex' 'python-levenshtein'
'python-pyenchant' 'python-gobject' 'python-cairo' 'otf-fira-mono' 'libhandy')
@@ -12,7 +12,7 @@ makedepends=('meson' 'gobject-introspection')
optdepends=('texlive-latexextra: for the pdftex module'
'mathjax: for formula preview')
checkdepends=('appstream-glib')
-source=("https://gitlab.gnome.org/somas/apostrophe/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+source=("https://gitlab.gnome.org/World/apostrophe/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
sha256sums=('c5c7d1a98cbdb850f61294357a30215d086ec20bd494319e29e64ea3197301c7')
build() {