summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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/"