summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan Kerrick2024-02-14 22:37:22 -0500
committerEthan Kerrick2024-02-14 22:37:22 -0500
commit87c3a51901303eaf5659e661c0785dfd49ede1bd (patch)
tree38f35a1b19c3487cd241bd736f3584e4921b8944 /PKGBUILD
parent6fab082428fae1ef08f44c6a4348c96a106b4d39 (diff)
downloadaur-87c3a51901303eaf5659e661c0785dfd49ede1bd.tar.gz
disabl libpng subprojects
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15abb87232f8..d3275b37e75e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=dosbox-staging
pkgver=0.81.0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="DOS/x86 emulator focusing on ease of use. Based on DOSBox"
arch=('any')
@@ -26,7 +26,7 @@ build() {
package() {
cd "$srcdir/${pkgname}-${pkgver}"
- meson install -C build --destdir "$pkgdir"
+ meson install -C build --destdir "$pkgdir" --skip-subprojects libpng
install -Dm 644 "docs/README.video" "$pkgdir/usr/share/doc/${pkgname}/video.txt"
install -Dm 644 "README" "$pkgdir/usr/share/doc/${pkgname}/manual.txt"