summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2022-03-19 20:10:43 -0700
committerShadowKyogre2022-03-19 20:10:43 -0700
commit43eb1b2ffd0ba0b7ba0c26f94c12581f2c949311 (patch)
tree99cfeccccf0751577be30ae5030e8d6b5ae6a56e
parent45b64739c6636a104c933274f4e78780b711cd1c (diff)
downloadaur-43eb1b2ffd0ba0b7ba0c26f94c12581f2c949311.tar.gz
Update git URL, explicitly state pyqt4
The upstream code hasn't been ported to Qt5 yet. Until then, the PyQt4 dependency has been listed (as opposed to the general pyqt dependency in the file).
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae4847b65b76..775b3eb3d20e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
-# Generated by mksrcinfo v8
-# Mon Oct 17 22:34:57 UTC 2016
pkgbase = qtarot-git
pkgdesc = A simple tarot reading program
pkgver = 0.5.9
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/ShadowKyogre/QTarot/
arch = any
license = GPL
- depends = pyqt
+ depends = python-pyqt4
depends = python-lxml
- source = qtarot-git::git://github.com/ShadowKyogre/QTarot.git
+ source = qtarot-git::git+https://github.com/ShadowKyogre/QTarot.git
md5sums = SKIP
pkgname = qtarot-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 8ae3079b5211..f614597485a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Contributor: Sapphira Armageddos <shadowkyogre@aim.com>
pkgname=qtarot-git
pkgver=0.5.9
-pkgrel=1
+pkgrel=2
pkgdesc="A simple tarot reading program"
arch=('any')
url="http://github.com/ShadowKyogre/QTarot/"
license=('GPL')
-depends=('pyqt' 'python-lxml')
-source=("${pkgname}"::"git://github.com/ShadowKyogre/QTarot.git")
+depends=('python-pyqt4' 'python-lxml')
+source=("${pkgname}"::"git+https://github.com/ShadowKyogre/QTarot.git")
md5sums=(SKIP) #generate with 'makepkg -g'
pkgver() {