summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 914893047f6f..df598291f3c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qdjango
pkgdesc = A Qt-based C++ web framework
- pkgver = 0.6.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/jlaine/qdjango/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = qdjango
license = LGPL2.1
depends = qt5-base
conflicts = qdjango-git
- source = https://github.com/jlaine/qdjango/archive/v0.6.1.tar.gz
- md5sums = 8b63a8e430478c68e4ca2237f75d86fc
+ source = https://github.com/jlaine/qdjango/archive/v0.6.2.tar.gz
+ md5sums = 8afe03390c969759e0007429f19d0de9
pkgname = qdjango
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/"