diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 00:52:03 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 00:52:03 -0300 |
commit | 7a30c23a8afcbcfde8054b5432cecc84e18a233e (patch) | |
tree | 7494120a3393364ba225dd10976df7656a9b82ce /testing/grantlee | |
parent | f266f1ae41e52550c12649bdf59383e884cb7097 (diff) | |
download | aports-7a30c23a8afcbcfde8054b5432cecc84e18a233e.tar.bz2 aports-7a30c23a8afcbcfde8054b5432cecc84e18a233e.tar.xz |
testing/grantlee: fix url
Diffstat (limited to 'testing/grantlee')
-rw-r--r-- | testing/grantlee/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/grantlee/APKBUILD b/testing/grantlee/APKBUILD index bda6fa48f9..81c560beea 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" |