summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2021-03-21 20:27:51 -0400
committerKevin MacMartin2021-03-21 20:27:51 -0400
commit1d2d2ff77eb1a4fc8bdaf9994b32b557054b2a80 (patch)
tree31232b6200fe043e0902f157e847d7701c2e6e65
parent65da7845b915e6eab75c97f822f2393721e1e7cd (diff)
downloadaur-1d2d2ff77eb1a4fc8bdaf9994b32b557054b2a80.tar.gz
Update to 9.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 396c0f10514e..7ce9dbc228c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wla_dx
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)
- pkgver = 9.11
+ pkgver = 9.12
pkgrel = 1
url = https://github.com/vhelin/wla-dx
arch = i686
@@ -9,8 +9,8 @@ pkgbase = wla_dx
makedepends = cmake
makedepends = python-sphinx
depends = glibc
- source = https://github.com/vhelin/wla-dx/archive/v9.11.tar.gz
- sha512sums = 64426fe4b63db048502bf15d863746f359ebb63c807fc2ea064922cb0d9908bb085d461bc4b7b2f4e5b1c182388d0b0f77831f05d72f6e99d160439faa100caa
+ source = https://github.com/vhelin/wla-dx/archive/v9.12.tar.gz
+ sha512sums = 7506b7f145b2caf6a29d2d22cfc238170347281278a5ed728a705d31f4722deafcb5fbde706a72fcb0d1b653ac0eb8801a095719317469d4fb847978ac56cf89
pkgname = wla_dx
diff --git a/PKGBUILD b/PKGBUILD
index cad22bc6e35f..82bf64326b82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=wla-dx
pkgname="${_pkgname/-/_}"
-pkgver=9.11
+pkgver=9.12
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=('64426fe4b63db048502bf15d863746f359ebb63c807fc2ea064922cb0d9908bb085d461bc4b7b2f4e5b1c182388d0b0f77831f05d72f6e99d160439faa100caa')
+sha512sums=('7506b7f145b2caf6a29d2d22cfc238170347281278a5ed728a705d31f4722deafcb5fbde706a72fcb0d1b653ac0eb8801a095719317469d4fb847978ac56cf89')
build() {
cd $_pkgname-$pkgver