summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpike292015-08-14 11:33:34 +0200
committerSpike292015-08-14 11:33:34 +0200
commit8e7b7e3b281330d7e1db29d88bc1c8f4dbfcb964 (patch)
treeb30800937c20e567821d2a7e3fb3c68db4e2e0ee
parent4569d41248d04fb306092b527a6c13d4dc7ca99a (diff)
downloadaur-8e7b7e3b281330d7e1db29d88bc1c8f4dbfcb964.tar.gz
Upstream update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31a8d8336a11..914893047f6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = qdjango
pkgdesc = A Qt-based C++ web framework
- pkgver = 0.5.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/jlaine/qdjango/
arch = i686
arch = x86_64
license = LGPL2.1
- depends = qt5-script
+ depends = qt5-base
conflicts = qdjango-git
- source = https://github.com/jlaine/qdjango/archive/v0.5.0.tar.gz
- md5sums = 268f2feb32c8b999dd4fdaab911add76
+ source = https://github.com/jlaine/qdjango/archive/v0.6.1.tar.gz
+ md5sums = 8b63a8e430478c68e4ca2237f75d86fc
pkgname = qdjango
diff --git a/PKGBUILD b/PKGBUILD
index c4ef2f20f445..562519679b6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Spike29 <leguen.yannick@gmail.com>
pkgname='qdjango'
-pkgver='0.5.0'
+pkgver='0.6.1'
pkgrel='1'
pkgdesc='A Qt-based C++ web framework'
arch=('i686' 'x86_64')
license=('LGPL2.1')
url='https://github.com/jlaine/qdjango/'
-depends=('qt5-script')
+depends=('qt5-base')
conflicts=('qdjango-git')
source=("https://github.com/jlaine/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('268f2feb32c8b999dd4fdaab911add76')
+md5sums=('8b63a8e430478c68e4ca2237f75d86fc')
build() {
cd "$srcdir/$pkgname-$pkgver/"