summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin MacMartin2022-11-27 00:39:55 -0500
committerKevin MacMartin2022-11-27 00:39:55 -0500
commit5062bfd24c7a004688e1b173b7abb0ce9abc6405 (patch)
tree72440e904e100347806428db30353306acfd65aa /PKGBUILD
parentf7ac2fbdb1348589055980f85e99bb1d8ae87ac8 (diff)
downloadaur-5062bfd24c7a004688e1b173b7abb0ce9abc6405.tar.gz
Update to 10.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 866beb59bb43..25c564f8bf23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=wla-dx
pkgname="${_pkgname/-/_}"
-pkgver=10.3
+pkgver=10.4
pkgrel=1
pkgdesc='Multi Platform Cross Assembler Package for GB-Z80 (Game Boy), Z80 (GG, SMS, MSX, Spectrum, Ti86, etc), 6502 (NES, etc), 65C02 (VIC-20, etc), 6510 (C64, etc), 65816 (SNES, etc), HUC6280 (PC-Engine) and SPC-700 (SNES sound chip)'
url='https://github.com/vhelin/wla-dx'
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
depends=('glibc')
makedepends=('cmake' 'python-sphinx')
source=("https://github.com/vhelin/wla-dx/archive/v$pkgver.tar.gz")
-sha512sums=('189e2f91262795b81306298ee8ca10cdd4dd5dfa2df6295b2f03d350e4c3604cd6e57a9b47e266c5fac05555789116996d847f6f1d8b9ff0963b12ec8ea1eed8')
+sha512sums=('2e08464425084b5309ebeaf645a7c1a0deefe9097d936e1e9647618460283b9ffcdf4358c122b25120cea43815729ff21dafe1b1f699c4091cbc637a295478aa')
build() {
cd $_pkgname-$pkgver