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 a780435fc02c..684b67d65269 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = grevis-git
pkgdesc = A simple game launcher
pkgver = 0.2.1
pkgrel = 1
- url = https://gitlab.com/dunon/grevis
+ url = https://gitlab.com/josepoliver/grevis
arch = any
license = GPL3
makedepends = meson
@@ -11,7 +11,7 @@ pkgbase = grevis-git
depends = python
depends = gtk3
conflicts = grevis
- source = grevis::git+https://gitlab.com/dunon/grevis.git
+ source = grevis::git+https://gitlab.com/josepoliver/grevis.git
md5sums = SKIP
pkgname = grevis-git
diff --git a/PKGBUILD b/PKGBUILD
index 3510b2f6b61a..fdc893ad5197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ pkgver=0.2.1
pkgrel=1
pkgdesc="A simple game launcher"
arch=("any")
-url="https://gitlab.com/dunon/grevis"
+url="https://gitlab.com/josepoliver/grevis"
license=("GPL3")
depends=("python" "gtk3")
makedepends=("meson" "ninja" "git")
conflicts=("grevis")
-source=("grevis::git+https://gitlab.com/dunon/grevis.git")
+source=("grevis::git+https://gitlab.com/josepoliver/grevis.git")
md5sums=("SKIP")
pkgver() {