summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2a09288974f..6be996d91d11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = qtemu-git
pkgdesc = Qt5 GUI front-end for QEMU, similar to VirtualBox.
- pkgver = r242.eb0b8fe
- pkgrel = 3
- url = http://qtemu.org
+ pkgver = r247.d230e82
+ pkgrel = 1
+ url = https://gitlab.com/qtemu/gui
arch = i686
arch = x86_64
license = GPL2
+ makedepends = git
depends = qemu
depends = qt5-base
- makedepends = git
conflicts = qtemu
- source = git+https://gitlab.com/qtemu/gui.git
+ source = qtemu-git::git+https://gitlab.com/qtemu/gui.git
sha256sums = SKIP
pkgname = qtemu-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d15a109df4cf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+qtemu-git
+qtemu-git-*.pkg.tar
diff --git a/PKGBUILD b/PKGBUILD
index a8a5033eb0bf..9e8d1f49323f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Gustavo Castro < gustawho [ at ] disroot [ dot ] org >
pkgname=qtemu-git
-pkgver=r242.eb0b8fe
-pkgrel=3
+pkgver=r247.d230e82
+pkgrel=1
pkgdesc="Qt5 GUI front-end for QEMU, similar to VirtualBox."
-url="http://qtemu.org"
+url="https://gitlab.com/qtemu/gui"
license=("GPL2")
arch=('i686' 'x86_64')
makedepends=('git')