summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2023-05-17 16:26:33 +0200
committerFrederic Bezies2023-05-17 16:26:33 +0200
commitd241b98f2e1f3e8f0ca7649813ffa357c118bff5 (patch)
tree58f2c1bd77054b686607c8dfcb13edb0e1ccc4d1
parent305bb661750d900109b3694175dad9a9f0042f78 (diff)
downloadaur-d241b98f2e1f3e8f0ca7649813ffa357c118bff5.tar.gz
r43 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD18
-rw-r--r--logo.pngbin0 -> 25839 bytes
3 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04326d69e2ce..4ac3e1b6b9b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = x16-emulator-bin
pkgdesc = An emulator for The 8-Bit Guy's Commander X16 (release package)
- pkgver = r42
- pkgrel = 2
+ pkgver = r43
+ pkgrel = 1
url = http://commanderx16.com/
arch = any
groups = commander-x16
@@ -10,9 +10,9 @@ pkgbase = x16-emulator-bin
optdepends = x16-emulator-bin: X16 emulator
optdepends = x16-rom-bin: X16 ROMs
optdepends = x16-docs-bin: X16 documentation
- source = https://github.com/X16Community/x16-emulator/releases/download/r42/x16emu_linux-x86_64-r42.zip
- source = https://raw.githubusercontent.com/X16Community/x16-emulator/r42/.gh/logo.png
- sha256sums = 171ec7fdfec2676a9bd9204bf0f805264eb20ce0476748e9caef3e79111e59e1
+ source = https://github.com/X16Community/x16-emulator/releases/download/r43/x16emu_linux-x86_64-r43.zip
+ source = https://raw.githubusercontent.com/X16Community/x16-emulator/r43/.gh/logo.png
+ sha256sums = 1158f0acda7148805a4b0c9a8e24ae6d99fca10f48d3c22d68329a232a2ffde1
sha256sums = d6765978fb80bea04c774d58667ea2c974395958506ef7add48fcd7f4ceb8988
pkgname = x16-emulator-bin
diff --git a/PKGBUILD b/PKGBUILD
index dd49171a9d6e..e5e0b0b933dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Julien Savard <juju@juju2143.ca>
pkgname=('x16-emulator-bin' 'x16-rom-bin' 'x16-docs-bin')
pkgbase=x16-emulator-bin
-pkgver=r42
-pkgrel=2
+pkgver=r43
+pkgrel=1
pkgdesc="An emulator for The 8-Bit Guy's Commander X16 (release package)"
arch=('any')
url="http://commanderx16.com/"
@@ -22,7 +22,7 @@ install=
changelog=
source=("https://github.com/X16Community/x16-emulator/releases/download/$pkgver/x16emu_linux-x86_64-$pkgver.zip"
"https://raw.githubusercontent.com/X16Community/x16-emulator/$pkgver/.gh/logo.png")
-sha256sums=('171ec7fdfec2676a9bd9204bf0f805264eb20ce0476748e9caef3e79111e59e1'
+sha256sums=('1158f0acda7148805a4b0c9a8e24ae6d99fca10f48d3c22d68329a232a2ffde1'
'd6765978fb80bea04c774d58667ea2c974395958506ef7add48fcd7f4ceb8988')
prepare() {
@@ -38,8 +38,8 @@ package_x16-emulator-bin() {
conflicts=('x16-emulator')
install -Dm755 x16emu "$pkgdir/usr/bin/x16emu"
- install -Dm644 docs/github-pandoc.css "$pkgdir/usr/share/doc/${pkgname%-bin}/github-pandoc.css"
- install -Dm644 docs/README.html "$pkgdir/usr/share/doc/${pkgname%-bin}/README.html"
+ #install -Dm644 docs/github-pandoc.css "$pkgdir/usr/share/doc/${pkgname%-bin}/github-pandoc.css"
+ install -Dm644 $srcdir/README.pdf "$pkgdir/usr/share/doc/${pkgname%-bin}/README.pdf"
install -Dm644 logo.png "$pkgdir/usr/share/pixmaps/${pkgname%-bin}.png"
install -Dm644 "${pkgname%-bin}.desktop" "$pkgdir/usr/share/applications/${pkgname%-bin}.desktop"
}
@@ -51,7 +51,7 @@ package_x16-rom-bin() {
install -Dm644 rom.bin "$pkgdir/usr/share/x16-rom/rom.bin"
install -Dm644 *.sym "$pkgdir/usr/share/x16-rom/"
- install -Dm644 docs/github-pandoc.css "$pkgdir/usr/share/doc/x16-rom/github-pandoc.css"
+ #install -Dm644 docs/github-pandoc.css "$pkgdir/usr/share/doc/x16-rom/github-pandoc.css"
#install -Dm644 docs/KERNAL-BASIC.html "$pkgdir/usr/share/doc/x16-rom/KERNAL-BASIC.html"
}
@@ -60,8 +60,8 @@ package_x16-docs-bin() {
provides=('x16-docs')
conflicts=('x16-docs')
- install -Dm644 docs/github-pandoc.css "$pkgdir/usr/share/doc/x16-docs/github-pandoc.css"
- install -Dm644 docs/Commander\ X16\ Programmer\'s\ Reference\ Guide.html "$pkgdir/usr/share/doc/x16-docs/Commander X16 Programmer's Reference Guide.html"
- install -Dm644 docs/VERA\ Programmer\'s\ Reference.html "$pkgdir/usr/share/doc/x16-docs/VERA Programmer's Reference.html"
+ #install -Dm644 docs/github-pandoc.css "$pkgdir/usr/share/doc/x16-docs/github-pandoc.css"
+ install -Dm644 $srcdir/"Commander X16 Programmer's Reference Guide.pdf" "$pkgdir/usr/share/doc/x16-docs/Commander X16 Programmer's Reference Guide.pdf"
+ install -Dm644 $srcdir/"VERA Programmer's Reference.pdf" "$pkgdir/usr/share/doc/x16-docs/VERA Programmer's Reference.pdf"
}
diff --git a/logo.png b/logo.png
new file mode 100644
index 000000000000..e842b4010607
--- /dev/null
+++ b/logo.png
Binary files differ