summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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/"