summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSmooz2019-08-06 12:24:37 +0200
committerSmooz2019-08-06 12:24:37 +0200
commit1c66727b220bde3056545128860ddc2237cf62c5 (patch)
tree27a88f254883abe1139860e368e0e70597074883
parent55adf70ac7ec8b821be6b6486accfbcab50772e4 (diff)
downloadaur-1c66727b220bde3056545128860ddc2237cf62c5.tar.gz
new repository
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e46438107ec..d58c9bc06c29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = grevis
pkgdesc = A simple game launcher
- pkgver = 0.1.8
+ pkgver = 0.2.1
pkgrel = 1
- url = https://gitlab.gnome.org/dunon/grevis
+ url = https://gitlab.com/dunon/grevis
arch = any
license = GPL3
makedepends = meson
@@ -10,7 +10,7 @@ pkgbase = grevis
depends = python
depends = gtk3
conflicts = grevis-git
- source = https://gitlab.gnome.org/dunon/grevis/-/archive/0.1.8/grevis-0.1.8.tar.gz
+ source = https://gitlab.com/dunon/grevis/-/archive/0.2.1/grevis-0.2.1.tar.gz
md5sums = 1d0e7e310e6f1421d6c50d70959d23b9
pkgname = grevis
diff --git a/PKGBUILD b/PKGBUILD
index 77196551fcdb..25609209bb3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Dunon <josep.oliver at tutanota dot com>
pkgname=grevis
-pkgver=0.1.8
+pkgver=0.2.1
pkgrel=1
pkgdesc="A simple game launcher"
arch=("any")
-url="https://gitlab.gnome.org/dunon/grevis"
+url="https://gitlab.com/dunon/grevis"
license=("GPL3")
depends=("python" "gtk3")
makedepends=("meson" "ninja")
conflicts=("grevis-git")
-source=("https://gitlab.gnome.org/dunon/grevis/-/archive/${pkgver}/grevis-${pkgver}.tar.gz")
-md5sums=("1d0e7e310e6f1421d6c50d70959d23b9")
+source=("https://gitlab.com/dunon/grevis/-/archive/${pkgver}/grevis-${pkgver}.tar.gz")
+md5sums=("668f75f60b090c3bc48e92375b0f38ff")
package() {
cd "grevis-${pkgver}"