summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2020-07-20 01:24:59 -0400
committerKevin MacMartin2020-07-20 01:24:59 -0400
commit65da7845b915e6eab75c97f822f2393721e1e7cd (patch)
treedfefec3a160dbf8fba9eab1789155bc6af0f7e47
parentd2a9b0c795b0b10a5ebe762d16506cfbf6d8e115 (diff)
downloadaur-65da7845b915e6eab75c97f822f2393721e1e7cd.tar.gz
Update to 9.11
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12c0786be6c7..396c0f10514e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.10
- pkgrel = 2
+ pkgver = 9.11
+ pkgrel = 1
url = https://github.com/vhelin/wla-dx
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = wla_dx
makedepends = cmake
makedepends = python-sphinx
depends = glibc
- source = https://github.com/vhelin/wla-dx/archive/v9.10.tar.gz
- sha512sums = 81f16ca7983993a71e350ce2647c13d52a6ef36d5ce46bce4c2fc391b63fe57f08788b7f17db882294f2f64159335b43b5d24304d895d91dae6deb5bcfd52be2
+ source = https://github.com/vhelin/wla-dx/archive/v9.11.tar.gz
+ sha512sums = 64426fe4b63db048502bf15d863746f359ebb63c807fc2ea064922cb0d9908bb085d461bc4b7b2f4e5b1c182388d0b0f77831f05d72f6e99d160439faa100caa
pkgname = wla_dx
diff --git a/.gitignore b/.gitignore
index 295c4163e8e1..3132cd6f8c9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-*.pkg.tar.xz
+*.pkg.tar.*
pkg
src
*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index db2f97c18b45..cad22bc6e35f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=wla-dx
pkgname="${_pkgname/-/_}"
-pkgver=9.10
-pkgrel=2
+pkgver=9.11
+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'
license=('GPL2')
@@ -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=('81f16ca7983993a71e350ce2647c13d52a6ef36d5ce46bce4c2fc391b63fe57f08788b7f17db882294f2f64159335b43b5d24304d895d91dae6deb5bcfd52be2')
+sha512sums=('64426fe4b63db048502bf15d863746f359ebb63c807fc2ea064922cb0d9908bb085d461bc4b7b2f4e5b1c182388d0b0f77831f05d72f6e99d160439faa100caa')
build() {
cd $_pkgname-$pkgver