[arch-commits] Commit in iddawc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon Jan 11 07:13:32 UTC 2021


    Date: Monday, January 11, 2021 @ 07:13:31
  Author: alucryd
Revision: 817793

archrelease: copy trunk to community-x86_64

Added:
  iddawc/repos/community-x86_64/PKGBUILD
    (from rev 817792, iddawc/trunk/PKGBUILD)
Deleted:
  iddawc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-11 07:13:26 UTC (rev 817792)
+++ PKGBUILD	2021-01-11 07:13:31 UTC (rev 817793)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=iddawc
-pkgver=0.9.7
-pkgrel=2
-pkgdesc='OAuth2 and OIDC client library'
-arch=(x86_64)
-url=https://github.com/babelouest/iddawc
-license=(LGPL2.1)
-depends=(
-  glibc
-  liborcania.so
-  librhonabwy.so
-  libulfius.so
-  libyder.so
-)
-makedepends=(
-  cmake
-  doxygen
-  git
-  graphviz
-  ninja
-)
-provides=(libiddawc.so)
-_tag=ffe909d36230126d2092d862f15f196c60433746
-source=(git+https://github.com/babelouest/iddawc.git#tag=${_tag})
-validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora <nicolas at babelouest.org>
-b2sums=(SKIP)
-
-pkgver() {
-  cd iddawc
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cmake -S iddawc -B build -G Ninja \
-    -DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_IDDAWC_DOCUMENTATION=ON
-  ninja -C build doc
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -dm 755 "${pkgdir}"/usr/share/doc/iddawc
-  cp -dr --no-preserve=ownership iddawc/doc/html "${pkgdir}"/usr/share/doc/iddawc/
-}
-
-# vim: ts=2 sw=2 et:

Copied: iddawc/repos/community-x86_64/PKGBUILD (from rev 817792, iddawc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-11 07:13:31 UTC (rev 817793)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=iddawc
+pkgver=0.9.8
+pkgrel=1
+pkgdesc='OAuth2 and OIDC client library'
+arch=(x86_64)
+url=https://github.com/babelouest/iddawc
+license=(LGPL2.1)
+depends=(
+  glibc
+  liborcania.so
+  librhonabwy.so
+  libulfius.so
+  libyder.so
+)
+makedepends=(
+  cmake
+  doxygen
+  git
+  graphviz
+  ninja
+)
+provides=(libiddawc.so)
+_tag=8701ab2493681ea1713ec75b5e56db129177e305
+source=(git+https://github.com/babelouest/iddawc.git#tag=${_tag})
+validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora <nicolas at babelouest.org>
+b2sums=(SKIP)
+
+pkgver() {
+  cd iddawc
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cmake -S iddawc -B build -G Ninja \
+    -DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_IDDAWC_DOCUMENTATION=ON
+  ninja -C build doc
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -dm 755 "${pkgdir}"/usr/share/doc/iddawc
+  cp -dr --no-preserve=ownership iddawc/doc/html "${pkgdir}"/usr/share/doc/iddawc/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list