[arch-commits] Commit in glewlwyd/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Jan 7 10:41:40 UTC 2021


    Date: Thursday, January 7, 2021 @ 10:41:40
  Author: alucryd
Revision: 811557

upgpkg: glewlwyd 2.4.0-1

Modified:
  glewlwyd/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++++++++---------------
 1 file changed, 11 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-07 10:37:04 UTC (rev 811556)
+++ PKGBUILD	2021-01-07 10:41:40 UTC (rev 811557)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=glewlwyd
-pkgver=2.3.3
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc='Single-Sign-On (SSO) server with multiple factor authentication'
 arch=(x86_64)
 url=https://github.com/babelouest/glewlwyd
@@ -14,11 +14,14 @@
   libcbor.so
   libconfig.so
   libcrypt.so
-  libcurl.so
+  libhoel.so
+  libiddawc.so
   libldap
-  libmicrohttpd
-  libnettle.so
-  oath-toolkit
+  liboath.so
+  liborcania.so
+  librhonabwy.so
+  libulfius.so
+  libyder.so
 )
 makedepends=(
   cmake
@@ -28,13 +31,8 @@
   postgresql-libs
   sqlite
 )
-optdepends=(
-  'postgresql-libs: PostgreSQL support'
-  'mariadb-libs: MariaDB support'
-  'sqlite: SQLite support'
-)
 backup=(etc/glewlwyd/glewlwyd.conf)
-_tag=675f5e4c4a72554ad2eddaacca3bfd9ef03c6fcd
+_tag=67355d6b2515b8d02f14b98c13c235814d66ca1c
 source=(
   git+https://github.com/babelouest/glewlwyd.git#tag=${_tag}
   glewlwyd.service
@@ -45,7 +43,6 @@
 
 pkgver() {
   cd glewlwyd
-
   git describe --tags | sed 's/^v//'
 }
 
@@ -53,8 +50,7 @@
   cmake -S glewlwyd -B build -G Ninja \
     -DCMAKE_BUILD_TYPE=None \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_SYSCONFDIR=/etc \
-    -DDOWNLOAD_DEPENDENCIES=ON
+    -DCMAKE_INSTALL_SYSCONFDIR=/etc
   ninja -C build
 }
 



More information about the arch-commits mailing list