summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2024-02-14 22:37:22 -0500
committerEthan Kerrick2024-02-14 22:37:22 -0500
commit87c3a51901303eaf5659e661c0785dfd49ede1bd (patch)
tree38f35a1b19c3487cd241bd736f3584e4921b8944
parent6fab082428fae1ef08f44c6a4348c96a106b4d39 (diff)
downloadaur-87c3a51901303eaf5659e661c0785dfd49ede1bd.tar.gz
disabl libpng subprojects
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb66bf6f6654..e0b028062e88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-staging
pkgdesc = DOS/x86 emulator focusing on ease of use. Based on DOSBox
pkgver = 0.81.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/dosbox-staging/dosbox-staging
arch = any
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"