summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorbert Pfeiler2017-02-18 22:46:25 +0100
committerNorbert Pfeiler2017-02-18 22:46:25 +0100
commit960f71a74f872a88d6f34fbee724889d6e277bff (patch)
treeff6408ef95c48677d18a0f664df9c6070987aa47
parentf23a9a4469e8f4aebae7d3ddb49160032faca067 (diff)
downloadaur-960f71a74f872a88d6f34fbee724889d6e277bff.tar.gz
update with removed qt header dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19a3a2357b8c..13b3354dbe74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 15 21:06:43 UTC 2016
+# Sat Feb 18 21:45:30 UTC 2017
pkgbase = qt5-python27-git
pkgdesc = PythonQt fork featuring Qt 5.x and Python 3.x support and improved CMake build system (Qt5 and Python2.7 version)
- pkgver = 3.1+105.gfd8413c
+ pkgver = 3.1+115.gb06f864
pkgrel = 1
url = https://github.com/knossos-project/PythonQt
arch = x86_64
@@ -19,9 +19,7 @@ pkgbase = qt5-python27-git
provides = qt5-python27
replaces = qt5-python26
source = git+https://github.com/knossos-project/PythonQt.git
- source = qmetaobjectbuilder_p.h::http://code.qt.io/cgit/qt/qtbase.git/plain/src/corelib/kernel/qmetaobjectbuilder_p.h?h=v5.7.0
md5sums = SKIP
- md5sums = cee8d4c63cf37186a6076465a1b40e70
pkgname = qt5-python27-git
diff --git a/PKGBUILD b/PKGBUILD
index 99bc6b53c98e..c7b5236373f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: KNOSSOS-Team <knossos-team ät mpimf-heidelberg.mpg.de>
pkgname="qt5-python27-git"
-_qtver=5.7.0
-pkgver=3.1+105.gfd8413c
+_qtver=5.8.0
+pkgver=3.1+115.gb06f864
pkgrel=1
arch=("x86_64")
pkgdesc="PythonQt fork featuring Qt 5.x and Python 3.x support and improved CMake build system (Qt5 and Python2.7 version)"
@@ -21,10 +21,8 @@ depends=("python2"
)
provides=("qt5-python27")
replaces=("qt5-python26") # conflicting older versions is the idea
-source=("git+https://github.com/knossos-project/PythonQt.git"
- "qmetaobjectbuilder_p.h::http://code.qt.io/cgit/qt/qtbase.git/plain/src/corelib/kernel/qmetaobjectbuilder_p.h?h=v$_qtver")
-md5sums=('SKIP'
- 'cee8d4c63cf37186a6076465a1b40e70')
+source=("git+https://github.com/knossos-project/PythonQt.git")
+md5sums=('SKIP')
pkgver() {
cd "PythonQt"
@@ -33,7 +31,6 @@ pkgver() {
prepare() {
mkdir -p PythonQt/src/private
- cp qmetaobjectbuilder_p.h PythonQt/src/private/qmetaobjectbuilder_p.h
}
build() {