author | Mike Cuche
<cuche@mailbox.org> 2025-01-01 17:32:34 UTC |
committer | Mike Cuche
<cuche@mailbox.org> 2025-01-01 17:32:34 UTC |
parent | 7fdf76a76d6b14826b4d71137eb3cf7903092be4 |
.SRCINFO | +3 | -3 |
PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 0f4427c..76a04b3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = dosbox-x pkgdesc = x86 emulator with builtin DOS, with patches with more features - pkgver = 2024.12.04 + pkgver = 2025.01.01 pkgrel = 1 url = http://dosbox-x.com arch = i686 @@ -19,7 +19,7 @@ pkgbase = dosbox-x depends = libpcap optdepends = openglide-git: Third-party 3dfx Glide API support conflicts = dosbox-x-git - source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2024.12.04.tar.gz - sha256sums = f2bca4c2c8da69085c0eabfb60886b67e3ad55b21974d4e1c3c79a2d3756add3 + source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2025.01.01.tar.gz + sha256sums = 40290a073f6b8894d9c2b8c3d9c39a410f84fe89837c87148653ea03e89cf7b2 pkgname = dosbox-x diff --git a/PKGBUILD b/PKGBUILD index c3f386c..8047419 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mike Cuche <mike@cuche.cc> pkgname=dosbox-x -pkgver=2024.12.04 +pkgver=2025.01.01 pkgrel=1 pkgdesc="x86 emulator with builtin DOS, with patches with more features" arch=(i686 x86_64 aarch64) @@ -13,7 +13,7 @@ optdepends=('openglide-git: Third-party 3dfx Glide API support') conflicts=(dosbox-x-git) source=(https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v${pkgver}.tar.gz) -sha256sums=('f2bca4c2c8da69085c0eabfb60886b67e3ad55b21974d4e1c3c79a2d3756add3') +sha256sums=('40290a073f6b8894d9c2b8c3d9c39a410f84fe89837c87148653ea03e89cf7b2') build() { cd $srcdir/dosbox-x-dosbox-x-v${pkgver}