summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudia Pellegrino2024-02-04 18:34:03 +0100
committerClaudia Pellegrino2024-02-04 18:36:28 +0100
commit263d969cd19f3c360b5e41972b9126fdce7fe959 (patch)
tree6fabc1c1789d1dc2c1195e34c0b68d1a013839e0
parent38b13f28265e037524bc4085b9f62ebeb7faffe2 (diff)
downloadaur-263d969cd19f3c360b5e41972b9126fdce7fe959.tar.gz
Update to r46, thanks user @Adiee5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7914da93e4ec..0b69a9ed7497 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = x16-rom
pkgdesc = ROM files for The 8-Bit Guy's Commander X16
- pkgver = r45
+ pkgver = r46
pkgrel = 1
url = http://commanderx16.com/
install = x16-rom.install
arch = any
groups = commander-x16
- license = custom
+ license = LicenseRef-custom
makedepends = cc65
makedepends = lzsa
makedepends = pandoc
makedepends = python
optdepends = x16-emulator: emulator for the ROMs
- source = x16-rom-r45.tar.gz::https://github.com/X16Community/x16-rom/archive/r45.tar.gz
- source = https://raw.githubusercontent.com/X16Community/x16-emulator/r45/github-pandoc.css
- md5sums = 5640b38474d0b19ae8c8132977bfccfe
+ source = x16-rom-r46.tar.gz::https://github.com/X16Community/x16-rom/archive/r46.tar.gz
+ source = https://raw.githubusercontent.com/X16Community/x16-emulator/r46/github-pandoc.css
+ md5sums = e93c919ae409d8d6e5d829e3e1b7e6c0
md5sums = 3accdbadaf70264c743b1f655f5dc146
pkgname = x16-rom
diff --git a/PKGBUILD b/PKGBUILD
index 49763e8d8088..24b8253aa798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Claudia Pellegrino <aur ät cpellegrino.de>
# Contributor: Julien Savard <juju@juju2143.ca>
pkgname=x16-rom
-pkgver=r45
+pkgver=r46
pkgrel=1
pkgdesc="ROM files for The 8-Bit Guy's Commander X16"
arch=('any')
url="http://commanderx16.com/"
-license=('custom')
+license=('LicenseRef-custom')
groups=('commander-x16')
depends=()
makedepends=('cc65' 'lzsa' 'pandoc' 'python')
@@ -19,7 +19,7 @@ source=(
)
md5sums=(
- '5640b38474d0b19ae8c8132977bfccfe'
+ 'e93c919ae409d8d6e5d829e3e1b7e6c0'
'3accdbadaf70264c743b1f655f5dc146'
)