summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYidaozhan Ya2022-06-27 14:56:05 +0800
committerYidaozhan Ya2022-06-27 14:56:05 +0800
commitc6d193b38e5a507ccaf491209daec5ad7ce8c13b (patch)
tree5f88dfd4e92472932d90a92039c9ded0b731d5b2
parentaba5afc72bf210dc4738e0e07912833abbc835a9 (diff)
downloadaur-c6d193b38e5a507ccaf491209daec5ad7ce8c13b.tar.gz
fix wrong path & dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82e056fac48a..3153f05aa21e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = moondust-project-stable-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 - stable branch)
pkgver = 0.4.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/WohlSoft/Moondust-Project/
install = moondust-project.install
arch = x86_64
license = GPLv3
depends = ffmpeg
depends = sox
+ depends = libtiff
provides = moondust-project
conflicts = moondust-project-master-bin
conflicts = moondust-project-git
diff --git a/PKGBUILD b/PKGBUILD
index d56dbe06d32b..d133ac28d831 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: YidaozhanYa <yidaozhan_ya@outlook.com>
pkgname=moondust-project-stable-bin
pkgver=0.4.3
-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 - stable branch)"
arch=('x86_64')
url="https://github.com/WohlSoft/Moondust-Project/"
license=('GPLv3')
-depends=('ffmpeg' 'sox')
+depends=('ffmpeg' 'sox' 'libtiff')
#makedepends=('git')
optdepends=()
provides=('moondust-project')
@@ -81,7 +81,7 @@ package() {
mkdir -p "${pkgdir}/usr/share/docs"
cp -r "${pkgdir}/opt/moondust/help" "${pkgdir}/usr/share/docs/moondust"
- mv "${pkgdir}/opt/moondust/"*".txt" "${pkgdir}/usr/share/licenses/moondust/"
+ cp "${pkgdir}/opt/moondust/"*".txt" "${pkgdir}/usr/share/docs/moondust/"
rm "${pkgdir}/opt/moondust/"*".ini"