aboutsummaryrefslogtreecommitdiffstats
path: root/testing/grantlee
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-27 00:52:03 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-27 00:52:03 -0300
commit7a30c23a8afcbcfde8054b5432cecc84e18a233e (patch)
tree7494120a3393364ba225dd10976df7656a9b82ce /testing/grantlee
parentf266f1ae41e52550c12649bdf59383e884cb7097 (diff)
testing/grantlee: fix url
Diffstat (limited to 'testing/grantlee')
-rw-r--r--testing/grantlee/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/grantlee/APKBUILD b/testing/grantlee/APKBUILD
index bda6fa48f95..81c560beeae 100644
--- a/testing/grantlee/APKBUILD
+++ b/testing/grantlee/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=grantlee
pkgver=5.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="A string template engine based on the Django template system and written in Qt5"
arch="all"
-url="https://www.gitorious.org/grantlee/pages/Home"
+url="https://github.com/steveire/grantlee"
license="LGPL-2.1-or-later"
depends_dev="qt5-qtbase-dev qt5-qtscript-dev graphviz-dev"
makedepends="$depends_dev cmake doxygen graphviz"