summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Christian2017-04-15 14:20:27 -0400
committerJamie Christian2017-04-15 14:20:27 -0400
commitd6d5e67ae0af109c97c188343c1c783a9fce6869 (patch)
tree53e8f640e2a1888a267dee2c6178809549e263c0
parent16700e8330595e85dc2e9c3f6b23ed2a22213413 (diff)
downloadaur-d6d5e67ae0af109c97c188343c1c783a9fce6869.tar.gz
Update to newst version and added new dependency: qt5-serialport
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b96bced4c620..4638165d5ed7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = respeqt-git
pkgdesc = RespeQt emulates Atari SIO peripherals when connected to an Atari 8-bit computer with an SIO2PC cable.
- pkgver = r3.r67.ge944138
+ pkgver = r3.r72.g2b777b8
pkgrel = 1
url = https://github.com/jzatarski/RespeQt
- arch = x86_64
arch = i686
+ arch = x86_64
license = GPL2
makedepends = git
makedepends = qt5-tools
@@ -12,6 +12,7 @@ pkgbase = respeqt-git
depends = qt5-base
depends = glibc
depends = hicolor-icon-theme
+ depends = qt5-serialport
source = RespeQt::git+https://github.com/jzatarski/RespeQt
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7a486d158e96..fe6cab150390 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=RespeQt
pkgbase=respeqt-git
pkgname=respeqt-git
-pkgver=r3.r67.ge944138
+pkgver=r3.r72.g2b777b8
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=('x86_64' 'i686')
+arch=('i686' 'x86_64')
license=('GPL2')
-depends=('zlib' 'qt5-base' 'glibc' 'hicolor-icon-theme')
+depends=('zlib' 'qt5-base' 'glibc' 'hicolor-icon-theme' 'qt5-serialport')
makedepends=('git' 'qt5-tools')
source=("$_pkgname::git+https://github.com/jzatarski/RespeQt")
md5sums=('SKIP')