summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2022-01-25 22:09:46 -0500
committerEthan Kerrick2022-01-25 22:09:46 -0500
commit3326fffca45f76688e007a9ce1920e53d9b2a2e9 (patch)
tree0a58d58cc4208eb4f23cb5b77fbaa7bccd454d14
parent1ca7bb25aa9441299e7f84c7b30ccbe8ddd59725 (diff)
downloadaur-3326fffca45f76688e007a9ce1920e53d9b2a2e9.tar.gz
bash completion added
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87d327112cd3..7542df46d923 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.78.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/dosbox-staging/dosbox-staging
arch = any
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"
}