summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2023-03-07 15:28:47 +0100
committerFrederic Bezies2023-03-07 15:28:47 +0100
commite43fe7a8f5e6a67213774b34878b7250dfb81e88 (patch)
tree8f175b9e6ce8b1538140b7f146dbb11649100068 /PKGBUILD
parentbe4065cf612b696fc798d275d7c15d09e7185a71 (diff)
downloadaur-e43fe7a8f5e6a67213774b34878b7250dfb81e88.tar.gz
r42 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ddcdc17c2b4a..14a6d820367a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Savard <juju@juju2143.ca>
pkgname=('x16-emulator-bin' 'x16-rom-bin' 'x16-docs-bin')
pkgbase=x16-emulator-bin
-pkgver=r41
+pkgver=r42
pkgrel=1
pkgdesc="An emulator for The 8-Bit Guy's Commander X16 (release package)"
arch=('any')
@@ -20,9 +20,9 @@ replaces=()
options=()
install=
changelog=
-source=("https://github.com/commanderx16/x16-emulator/releases/download/$pkgver/x16emu_linux-$pkgver.zip"
- "https://raw.githubusercontent.com/commanderx16/x16-emulator/$pkgver/.gh/logo.png")
-sha256sums=('370496e9daa09fe979ad9ccea9911834c678cb3bdd72e5ab1da5926dfd843689'
+source=("https://github.com/X16Community/x16-emulator/releases/download/$pkgver/x16emu_linux-$pkgver.zip"
+ "https://raw.githubusercontent.com/X16Community/x16-emulator/$pkgver/.gh/logo.png")
+sha256sums=('52ee95bb73663bc1e945e8ee6f2f8a4b0a2f949492a5b7782ae3fe50f0225e70'
'd6765978fb80bea04c774d58667ea2c974395958506ef7add48fcd7f4ceb8988')
prepare() {
@@ -52,7 +52,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/KERNAL-BASIC.html "$pkgdir/usr/share/doc/x16-rom/KERNAL-BASIC.html"
+ #install -Dm644 docs/KERNAL-BASIC.html "$pkgdir/usr/share/doc/x16-rom/KERNAL-BASIC.html"
}
package_x16-docs-bin() {
@@ -61,7 +61,7 @@ package_x16-docs-bin() {
conflicts=('x16-docs')
install -Dm644 docs/github-pandoc.css "$pkgdir/usr/share/doc/x16-docs/github-pandoc.css"
- install -Dm644 docs/Programmer\'s\ Reference\ Guide.html "$pkgdir/usr/share/doc/x16-docs/Programmer's Reference Guide.html"
+ 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"
}