summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirikaze Chiyuki2024-02-13 22:22:22 +0800
committerKirikaze Chiyuki2024-02-13 22:22:22 +0800
commitaec00b1c7c9f20c130d0532bc60ef75c180da045 (patch)
tree4108036563aa32b939388939e889662892aa17d8
parent77646ba9d493af09c7a383f289bb40d8d0f8c8b1 (diff)
downloadaur-moondust-project-master-bin.tar.gz
update 2024
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 974779ead7f5..f7af45c09daf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = moondust-project-master-bin
pkgdesc = Moondust Project (formerly known as PGE Project) is a free and open-source game engine and development kit for it, giving developers the ability to create platform games. (Binary package - master branch, built by CI)
- pkgver = 20230312
- pkgrel = 2
+ pkgver = 20240212
+ pkgrel = 1
url = https://github.com/WohlSoft/Moondust-Project
install = moondust-project.install
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = moondust-project-master-bin
provides = moondust-project
conflicts = moondust-project-stable-bin
conflicts = moondust-project-git
- source = http://builds.wohlsoft.ru/ubuntu-18-04/pge_project-linux-master-64.tar.bz2
+ source = https://builds.wohlsoft.ru/ubuntu-18-04/pge_project-linux-master-64.tar.bz2
source = moondust-engine.png::https://github.com/WohlSoft/Moondust-Project/raw/master/Engine/_resources/icon/cat_256.png
- source = moondust-editor.png::https://github.com/WohlSoft/Moondust-Project/raw/master/Editor/_resources/images/cat_builder/cat_builder_256.png
+ source = moondust-editor.png::https://github.com/WohlSoft/Moondust-Project/raw/master/Editor/_resources/appicon/cat_builder_256.png
source = moondust-calibrator.png::https://github.com/WohlSoft/Moondust-Project/raw/master/PlayableCalibrator/_resources/icon/calibrator_256.png
source = moondust-musplay.png::https://github.com/WohlSoft/Moondust-Project/raw/master/MusicPlayer/_resources/cat_musplay/cat_musplay_256x256.png
source = moondust-maintainer.png::https://github.com/WohlSoft/Moondust-Project/raw/master/Maintainer/_resources/icon/maintainer256.png
diff --git a/PKGBUILD b/PKGBUILD
index c5369b3fd698..c75a393d4489 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: YidaozhanYa <yidaozhan_ya@outlook.com>
+# Maintainer: Kirikaze Chiyuki <me@chyk.ink>
pkgname=moondust-project-master-bin
-pkgver=20230312
-pkgrel=2
+pkgver=20240212
+pkgrel=1
pkgdesc="Moondust Project (formerly known as PGE Project) is a free and open-source game engine and development kit for it, giving developers the ability to create platform games. (Binary package - master branch, built by CI)"
arch=('x86_64')
url="https://github.com/WohlSoft/Moondust-Project"
@@ -13,9 +13,9 @@ provides=('moondust-project')
conflicts=('moondust-project-stable-bin' 'moondust-project-git')
install="moondust-project.install"
source=(
-"http://builds.wohlsoft.ru/ubuntu-18-04/pge_project-linux-master-64.tar.bz2"
+"https://builds.wohlsoft.ru/ubuntu-18-04/pge_project-linux-master-64.tar.bz2"
"moondust-engine.png::https://github.com/WohlSoft/Moondust-Project/raw/master/Engine/_resources/icon/cat_256.png"
-"moondust-editor.png::https://github.com/WohlSoft/Moondust-Project/raw/master/Editor/_resources/images/cat_builder/cat_builder_256.png"
+"moondust-editor.png::https://github.com/WohlSoft/Moondust-Project/raw/master/Editor/_resources/appicon/cat_builder_256.png"
"moondust-calibrator.png::https://github.com/WohlSoft/Moondust-Project/raw/master/PlayableCalibrator/_resources/icon/calibrator_256.png"
"moondust-musplay.png::https://github.com/WohlSoft/Moondust-Project/raw/master/MusicPlayer/_resources/cat_musplay/cat_musplay_256x256.png"
"moondust-maintainer.png::https://github.com/WohlSoft/Moondust-Project/raw/master/Maintainer/_resources/icon/maintainer256.png"
@@ -40,7 +40,8 @@ sha512sums=(
)
pkgver() {
- date '+%Y%m%d'
+ cd "${srcdir}/PGE_Project/"
+ ls --time-style=+%Y%m%d -l pge_editor | awk '{print $6}'
}
package() {