summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpike292015-08-14 11:33:34 +0200
committerSpike292015-08-14 11:33:34 +0200
commit8e7b7e3b281330d7e1db29d88bc1c8f4dbfcb964 (patch)
treeb30800937c20e567821d2a7e3fb3c68db4e2e0ee /PKGBUILD
parent4569d41248d04fb306092b527a6c13d4dc7ca99a (diff)
downloadaur-8e7b7e3b281330d7e1db29d88bc1c8f4dbfcb964.tar.gz
Upstream update
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/"