summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorbert Pfeiler2016-10-20 15:05:23 +0200
committerNorbert Pfeiler2016-10-20 15:05:23 +0200
commit972495625c735723053abf1430c128c5fd9b4292 (patch)
tree49b8687e7d87c708b97bceea162b61d1cfa532e9
parentadb0c2bfae122a403c35513617a93163149dfc90 (diff)
downloadaur-972495625c735723053abf1430c128c5fd9b4292.tar.gz
releaset tags apparently start with ›v‹
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f47686a41af4..4517b884c5d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jul 29 16:36:46 UTC 2016
+# Thu Oct 20 12:59:42 UTC 2016
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+96.gbe06218.dirty
- pkgrel = 2
+ pkgver = 3.1+96.gbe06218
+ pkgrel = 3
url = https://github.com/knossos-project/PythonQt
arch = x86_64
license = LGPL
@@ -20,7 +20,7 @@ pkgbase = qt5-python27-git
conflicts = pythonqt
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=5.7.0
+ 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
diff --git a/PKGBUILD b/PKGBUILD
index c4bb1ee5b190..e12a644c47b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname="qt5-python27-git"
_qtver=5.7.0
-pkgver=3.1+96.gbe06218.dirty
-pkgrel=2
+pkgver=3.1+96.gbe06218
+pkgrel=3
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)"
license=("LGPL")
@@ -24,7 +24,7 @@ provides=("qt5-python27"
conflicts=("pythonqt")
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=$_qtver")
+ "qmetaobjectbuilder_p.h::http://code.qt.io/cgit/qt/qtbase.git/plain/src/corelib/kernel/qmetaobjectbuilder_p.h?h=v$_qtver")
md5sums=('SKIP'
'cee8d4c63cf37186a6076465a1b40e70')