Date: Sunday, April 1, 2018 @ 08:41:37
  Author: arojas
Revision: 313708

Update to 2.1.0

Modified:
  skanlite/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-04-01 06:34:59 UTC (rev 313707)
+++ PKGBUILD    2018-04-01 08:41:37 UTC (rev 313708)
@@ -1,19 +1,20 @@
 # $Id$
-# Maintainer: Andrea Scarpino <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
 # Contributor: birdflesh <antkoul at gmail dot com>
 # Contributor: Pierre Schmitz <[email protected]>
 
 pkgname=skanlite
-pkgver=2.0.1
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="Image Scanning Application for KDE"
 arch=(x86_64)
-url='http://www.kde.org/applications/graphics/skanlite'
+url='https://www.kde.org/applications/graphics/skanlite'
 license=(GPL)
 depends=(libksane kio)
 makedepends=(extra-cmake-modules kdoctools)
-source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-md5sums=('95e310b2030bb55562268fe50252feb0')
+source=("https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
 # {,.sig} - No public key available
+sha256sums=('e625db6eed8e2ca9713936ae8175fb96d30d88c0986528ee8845d198624e41bd')
 
 prepare() {
   mkdir -p build
@@ -22,7 +23,6 @@
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DBUILD_TESTING=OFF
   make

Reply via email to