author | Mike Cuche
<cuche@mailbox.org> 2025-02-02 16:41:25 UTC |
committer | Mike Cuche
<cuche@mailbox.org> 2025-02-02 16:41:25 UTC |
parent | 4489fe7ab25fed4f2480d0689bf53760b97f3806 |
.SRCINFO | +3 | -3 |
PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 76a04b3..a07719d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = dosbox-x pkgdesc = x86 emulator with builtin DOS, with patches with more features - pkgver = 2025.01.01 + pkgver = 2025.02.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-v2025.01.01.tar.gz - sha256sums = 40290a073f6b8894d9c2b8c3d9c39a410f84fe89837c87148653ea03e89cf7b2 + source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2025.02.01.tar.gz + sha256sums = 3a6fdfd659bb05db82bf2d850af806f666562cce9a37609fd33b59f7e4bd8fa4 pkgname = dosbox-x diff --git a/PKGBUILD b/PKGBUILD index 8047419..340751a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mike Cuche <mike@cuche.cc> pkgname=dosbox-x -pkgver=2025.01.01 +pkgver=2025.02.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=('40290a073f6b8894d9c2b8c3d9c39a410f84fe89837c87148653ea03e89cf7b2') +sha256sums=('3a6fdfd659bb05db82bf2d850af806f666562cce9a37609fd33b59f7e4bd8fa4') build() { cd $srcdir/dosbox-x-dosbox-x-v${pkgver}