summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYidaozhan Ya2022-06-27 15:02:55 +0800
committerYidaozhan Ya2022-06-27 15:02:55 +0800
commit675f4c112d0b179e5d9230d1211062921fda3fd5 (patch)
treef041fcf9790934c8288f31622cddaa882b2f1d23
parentb0899b4f9d1875b4b0548f04af71af1fe7289dea (diff)
downloadaur-675f4c112d0b179e5d9230d1211062921fda3fd5.tar.gz
dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f8a06a1387f..e8900e827bbc 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 = 20220627
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/WohlSoft/Moondust-Project/
install = moondust-project.install
arch = x86_64
@@ -9,8 +9,9 @@ pkgbase = moondust-project-master-bin
depends = ffmpeg
depends = sox
depends = libtiff
+ depends = desktop-file-utils
provides = moondust-project
- conflicts = moondust-project-master-bin
+ 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 = moondust-engine.png::https://github.com/WohlSoft/Moondust-Project/raw/master/Engine/_resources/icon/cat_256.png
diff --git a/PKGBUILD b/PKGBUILD
index 44f12be7d8d1..957347693dce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: YidaozhanYa <yidaozhan_ya@outlook.com>
pkgname=moondust-project-master-bin
pkgver=20220627
-pkgrel=2
+pkgrel=3
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/"
@@ -10,7 +10,7 @@ depends=('ffmpeg' 'sox' 'libtiff' 'desktop-file-utils')
#makedepends=('git')
optdepends=()
provides=('moondust-project')
-conflicts=('moondust-project-master-bin' 'moondust-project-git')
+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"