summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2023-01-19 20:33:01 -0500
committerEthan Kerrick2023-01-19 20:33:01 -0500
commit20921747ac7df46d3550f907d9bad206b2d5457c (patch)
tree9839b0fd7bd34069eeff1f029639e310b386ccff
parente3a040542d7ceeaa026d13d1e0a7c474cd03e4d9 (diff)
downloadaur-20921747ac7df46d3550f907d9bad206b2d5457c.tar.gz
updated to 0.80.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e474d832ca8..44d19a655e75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dosbox-staging
pkgdesc = DOS/x86 emulator focusing on ease of use. Based on DOSBox
- pkgver = 0.80.0
+ pkgver = 0.80.1
pkgrel = 1
epoch = 1
url = https://github.com/dosbox-staging/dosbox-staging
@@ -21,7 +21,7 @@ pkgbase = dosbox-staging
optdepends = ncurses
provides = dosbox
conflicts = dosbox
- source = https://github.com/dosbox-staging/dosbox-staging/archive/v0.80.0.tar.gz
- sha256sums = 9cf6e52ba7c202bd1ec1b4866b0240827db3c2ec31ccbd0617d6140e6703753e
+ source = https://github.com/dosbox-staging/dosbox-staging/archive/v0.80.1.tar.gz
+ sha256sums = 2ca69e65e6c181197b63388c60487a3bcea804232a28c44c37704e70d49a0392
pkgname = dosbox-staging
diff --git a/PKGBUILD b/PKGBUILD
index 233249049e56..d72d882dbcb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributer: Wouter Wijsman <wwijsman@live.nl>
pkgname=dosbox-staging
-pkgver=0.80.0
+pkgver=0.80.1
pkgrel=1
epoch=1
pkgdesc="DOS/x86 emulator focusing on ease of use. Based on DOSBox"
@@ -17,7 +17,7 @@ conflicts=("dosbox")
source=(
"https://github.com/dosbox-staging/${pkgname}/archive/v${pkgver}.tar.gz"
)
-sha256sums=('9cf6e52ba7c202bd1ec1b4866b0240827db3c2ec31ccbd0617d6140e6703753e')
+sha256sums=('2ca69e65e6c181197b63388c60487a3bcea804232a28c44c37704e70d49a0392')
build() {
cd "$srcdir/${pkgname}-${pkgver}"