summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author8BitSloth2021-12-02 22:07:03 -0500
committer8BitSloth2021-12-02 22:07:03 -0500
commit51a4f07d7e003a5ca809b280a4a7f07c4ce2b56f (patch)
treeb44cc8ce15f15d172f8f777752984c7a756ac2c1 /PKGBUILD
parent35ff925e31eacc154bc59a5b5bcc44679dbfb63a (diff)
downloadaur-51a4f07d7e003a5ca809b280a4a7f07c4ce2b56f.tar.gz
Ver r5.3.r16.gc7489af without bug fix.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5ec3de12ac3..4bd11b7bcf5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgname=RespeQt
pkgbase=respeqt-git
pkgname=respeqt-git
-pkgver=r5.3.r5.ge1b1eca
+pkgver=r5.3.r16.gc7489af
pkgrel=1
pkgdesc="RespeQt emulates Atari SIO peripherals when connected to an Atari 8-bit computer with an SIO2PC cable."
-url="https://github.com/jzatarski/RespeQt"
-arch=('i686' 'x86_64')
+url="https://github.com/RespeQt/RespeQt"
+arch=('i686' 'x86_64' 'aarch64')
license=('GPL2')
depends=('zlib' 'qt5-base' 'glibc' 'hicolor-icon-theme' 'qt5-serialport' 'qt5-svg')
makedepends=('git' 'qt5-tools')
@@ -21,7 +21,6 @@ pkgver() {
build() {
cd $_pkgname
- sed -i '1s/^/#include "stdexcept"\n/' atascii.cpp # Temp patch. Remove if compiling fails. Added March 22, 2021.
install -d build
cd build
qmake-qt5 ..