summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpike292015-11-11 18:53:14 +0100
committerSpike292015-11-11 18:53:14 +0100
commita89d238e836f05b8c8f4c4105e647e4685a2c5fc (patch)
tree6320e9c1b4ee12aca59c88574a933beb81dcfaeb /PKGBUILD
parent8e7b7e3b281330d7e1db29d88bc1c8f4dbfcb964 (diff)
downloadaur-a89d238e836f05b8c8f4c4105e647e4685a2c5fc.tar.gz
Upstream release 0.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 562519679b6d..d40cc996990d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Spike29 <leguen.yannick@gmail.com>
pkgname='qdjango'
-pkgver='0.6.1'
+pkgver='0.6.2'
pkgrel='1'
pkgdesc='A Qt-based C++ web framework'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url='https://github.com/jlaine/qdjango/'
depends=('qt5-base')
conflicts=('qdjango-git')
source=("https://github.com/jlaine/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('8b63a8e430478c68e4ca2237f75d86fc')
+md5sums=('8afe03390c969759e0007429f19d0de9')
build() {
cd "$srcdir/$pkgname-$pkgver/"