summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxs17892018-12-01 14:37:15 +0100
committerMaxs17892018-12-01 14:37:15 +0100
commit1bbaddd7c543855aa3d7da02a97fc89980f467af (patch)
tree62f5b145b35647d5a7db84fb0fd41ed0e522f72d
parentd54cbf8002f055ff523581d604edda3a19f2db63 (diff)
downloadaur-1bbaddd7c543855aa3d7da02a97fc89980f467af.tar.gz
moving from github to gitlab
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa75bf8a1413..66b512f25045 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sat May 13 16:51:53 UTC 2017
pkgbase = solarus-quest-editor
pkgdesc = A graphical user interface to create and modify quests for the Solarus engine.
pkgver = 1.5.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.solarus-games.org/
arch = i686
arch = x86_64
@@ -14,7 +12,7 @@ pkgbase = solarus-quest-editor
depends = solarus
depends = qt5-base
depends = qt5-tools
- source = https://github.com/solarus-games/solarus-quest-editor/archive/v1.5.3.tar.gz
+ source = https://gitlab.com/solarus-games/solarus-quest-editor/archive/v1.5.3.tar.gz
md5sums = fc72b5945c0dec121e82defc94281aad
pkgname = solarus-quest-editor
diff --git a/PKGBUILD b/PKGBUILD
index 30d2665a94bb..28c69bf7e641 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxs <max dot van dot den dot branden @t gmail dot com>
pkgname="solarus-quest-editor"
pkgver="1.5.3"
-pkgrel="1"
+pkgrel="2"
epoch=
pkgdesc="A graphical user interface to create and modify quests for the Solarus engine."
arch=("i686" "x86_64")
@@ -19,7 +19,7 @@ backup=()
options=()
install=
changelog=
-source=("https://github.com/solarus-games/$pkgname/archive/v$pkgver.tar.gz")
+source=("https://gitlab.com/solarus-games/$pkgname/archive/v$pkgver.tar.gz")
noextract=()
md5sums=("fc72b5945c0dec121e82defc94281aad")