summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHydral2020-09-29 13:55:40 +0200
committerHydral2020-09-29 13:55:40 +0200
commitc22e00872034ecd1ba10d788f21dbf79cb3f96c8 (patch)
treea540d6c4f815e7c5cee2ba68a7d58f2d5a0094c4
parentffea834869115b7f437b6dd2d98b3da2436350c9 (diff)
downloadaur-c22e00872034ecd1ba10d788f21dbf79cb3f96c8.tar.gz
update 1.7.0+dev
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c6fa8d68436..67a0455f4106 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = solarus-bin
pkgdesc = A lightweight, free and open-source game engine for Action-RPGs
- pkgver = 1.7.0.dev.700953463
+ pkgver = 1.7.0.dev.731973863
pkgrel = 1
url = http://www.solarus-games.org/
arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = solarus-bin
conflicts = solarus
conflicts = solarus-run
conflicts = solarus-git
- source = https://gitlab.com/solarus-games/solarus/-/jobs/700953463/artifacts/download
- md5sums = ddd7da10b08dee2b88b5c66a704444f6
+ source = https://gitlab.com/solarus-games/solarus/-/jobs/731973863/artifacts/download
+ md5sums = a7c19441932273e45dd14229b4959c53
pkgname = solarus-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3d83a28e31bb..cf11b5bb8c9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hydral <nathan.dacunha.nd@gmail.com>
pkgname=solarus-bin
-pkgver=1.7.0.dev.700953463
+pkgver=1.7.0.dev.731973863
pkgrel=1
arch=('x86_64')
pkgdesc="A lightweight, free and open-source game engine for Action-RPGs"
@@ -18,7 +18,7 @@ depends=('glm'
'sdl2>=2.0.6'
'sdl2_image'
'sdl2_ttf')
-source=("https://gitlab.com/solarus-games/solarus/-/jobs/700953463/artifacts/download")
+source=("https://gitlab.com/solarus-games/solarus/-/jobs/731973863/artifacts/download")
provides=('solarus')
conflicts=('solarus' 'solarus-run' 'solarus-git')
package() {
@@ -26,4 +26,4 @@ package() {
cd $srcdir
mv staging/* $pkgdir/usr
}
-md5sums=('ddd7da10b08dee2b88b5c66a704444f6')
+md5sums=('a7c19441932273e45dd14229b4959c53')