summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan Kerrick2024-02-14 12:22:38 -0500
committerEthan Kerrick2024-02-14 12:22:38 -0500
commit6fab082428fae1ef08f44c6a4348c96a106b4d39 (patch)
treec6785811e27a28ee3596d897ebd1a1df8820c055 /PKGBUILD
parentacda60612a559467531f88d25b22a07566b7a6f7 (diff)
downloadaur-6fab082428fae1ef08f44c6a4348c96a106b4d39.tar.gz
updated to 0.81.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b582457e829a..15abb87232f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributer: Wouter Wijsman <wwijsman@live.nl>
pkgname=dosbox-staging
-pkgver=0.80.1
-pkgrel=2
+pkgver=0.81.0
+pkgrel=1
epoch=1
pkgdesc="DOS/x86 emulator focusing on ease of use. Based on DOSBox"
arch=('any')
@@ -14,10 +14,8 @@ optdepends=('ncurses')
makedepends=('meson' 'ninja' 'gcc' 'gzip')
provides=("dosbox")
conflicts=("dosbox")
-source=(
- "https://github.com/dosbox-staging/${pkgname}/archive/v${pkgver}.tar.gz"
-)
-sha256sums=('2ca69e65e6c181197b63388c60487a3bcea804232a28c44c37704e70d49a0392')
+source=("https://github.com/dosbox-staging/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('9b133dbf2fe8410bb475267a8f26844d56b9025079783ec6a4574841888ae600')
build() {
cd "$srcdir/${pkgname}-${pkgver}"