summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2020-05-04 21:31:53 +0200
committerfordprefect2020-05-04 21:31:53 +0200
commita1c91f316d24dfe0092ef3620a49952f8ae73b64 (patch)
treee549dd0f3cceee57564d858ad3669dcda53fab7c /PKGBUILD
parent9e40089e0ca167198af4a5a3ecb3b08c21280354 (diff)
downloadaur-a1c91f316d24dfe0092ef3620a49952f8ae73b64.tar.gz
0.9.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f365a8bc08cf..bb4b7066ae2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=aqemu
-pkgver=0.9.2
+pkgver=0.9.4
pkgrel=1
pkgdesc="QEMU GUI written in Qt5"
arch=('i686' 'x86_64')
@@ -7,8 +7,10 @@ url="https://github.com/tobimensch/aqemu"
license=('GPL2')
depends=('qemu' 'qt5-base' 'libvncserver')
makedepends=('cmake' 'qt5-base')
-source=("aqemu-$pkgver.tar.gz::https://github.com/tobimensch/aqemu/archive/v${pkgver}.tar.gz")
-md5sums=('cd7f6077a5a49a25450dc007532b0f95')
+source=("aqemu-$pkgver.tar.gz::https://github.com/TBK/aqemu/archive/v${pkgver}.tar.gz")
+# temporarily switched to https://github.com/TBK/aqemu as advised by upstream
+#"aqemu-$pkgver.tar.gz::https://github.com/tobimensch/aqemu/archive/v${pkgver}.tar.gz")
+md5sums=('06cb2349a78bb54fe1382f8ebf5b0e62')
build() {