git » grantlee.git » commit 6738f84

Fix URL (FS#61278), fix license (FS#61279)

author Antonio Rojas
2019-01-05 08:24:51 UTC
committer Antonio Rojas
2019-01-05 08:24:51 UTC
parent ea587b1a7819f662c5395197e5337d5de2144766

Fix URL (FS#61278), fix license (FS#61279)

PKGBUILD +9 -13

diff --git a/PKGBUILD b/PKGBUILD
index f717386..9c43510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,17 @@
 
 pkgname=grantlee
 pkgver=5.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A string template engine based on the Django template system and written in Qt5"
-arch=('x86_64')
-url="https://www.gitorious.org/grantlee/pages/Home"
-license=('LGPL3')
+arch=(x86_64)
+url="http://www.grantlee.org/"
+license=(LGPL2.1)
 depends=('qt5-script')
-makedepends=('cmake' 'doxygen')
-conflicts=('grantlee-qt5')
-provides=('grantlee-qt5')
-replaces=('grantlee-qt5')
-source=("http://downloads.grantlee.org/grantlee-$pkgver.tar.gz"{,.asc}) # Stephen Kelly <steveire@gmail.com>
-md5sums=('57989ae9f7c113e682ef1713a6f1e92a'
-         'SKIP')
-validpgpkeys=(FCA530E51EE4331C2DF16637D264C7B1D02D6509)
+makedepends=(cmake doxygen)
+source=("http://downloads.grantlee.org/grantlee-$pkgver.tar.gz"{,.asc})
+sha256sums=('ea2e402466c74bb533eee2c7252209ec61cd93a5d236fecd625b4a0eb13a1478'
+            'SKIP')
+validpgpkeys=(FCA530E51EE4331C2DF16637D264C7B1D02D6509) # Stephen Kelly <steveire@gmail.com>
 
 prepare() {
   mkdir -p build
@@ -27,7 +24,6 @@ build() {
   cd build
   cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
     -DBUILD_TESTS=OFF
   make
 }