summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan Kerrick2022-01-25 22:09:46 -0500
committerEthan Kerrick2022-01-25 22:09:46 -0500
commit3326fffca45f76688e007a9ce1920e53d9b2a2e9 (patch)
tree0a58d58cc4208eb4f23cb5b77fbaa7bccd454d14 /PKGBUILD
parent1ca7bb25aa9441299e7f84c7b30ccbe8ddd59725 (diff)
downloadaur-3326fffca45f76688e007a9ce1920e53d9b2a2e9.tar.gz
bash completion added
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcfd7ab05b63..d556df6470fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Wouter Wijsman <wwijsman@live.nl>
+# Maintainer : silverhikari <kerrickethan@gmail.com>
+# Contributer: Wouter Wijsman <wwijsman@live.nl>
pkgname=dosbox-staging
pkgver=0.78.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="DOS/x86 emulator focusing on ease of use. Based on DOSBox"
arch=('any')
@@ -46,4 +47,6 @@ package() {
install -Dm 644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README"
install -Dm 644 "docs/README.video" "$pkgdir/usr/share/doc/${pkgname}/video.txt"
install -Dm 644 "README" "$pkgdir/usr/share/doc/${pkgname}/manual.txt"
+ # bash completions
+ install -Dm 644 "contrib/linux/bash-completion/dosbox" "$pkgdir/usr/share/bash-completion/completions/dosbox"
}