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

Jelle van der Waa jelle at gemini.archlinux.org
Mon Feb 28 19:40:31 UTC 2022


    Date: Monday, February 28, 2022 @ 19:40:31
  Author: jelle
Revision: 1138643

archrelease: copy trunk to community-x86_64

Added:
  sscg/repos/community-x86_64/PKGBUILD
    (from rev 1138642, sscg/trunk/PKGBUILD)
Deleted:
  sscg/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-28 19:40:23 UTC (rev 1138642)
+++ PKGBUILD	2022-02-28 19:40:31 UTC (rev 1138643)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=sscg
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Simple Signed Certificate Generator"
-url="https://github.com/sgallagher/sscg"
-license=('GPL')
-arch=(x86_64)
-depends=(openssl popt talloc ding-libs)
-makedepends=(git help2man meson)
-source=(git+https://github.com/sgallagher/sscg.git?signed#tag=${pkgname}-${pkgver})
-# https://github.com/sgallagher.gpg
-validpgpkeys=('850A9DD1DBF2ACCC6FC4949145DB85A568286D11')
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-  meson --prefix=/usr \
-        --buildtype plain \
-        --auto-features enabled \
-        -D b_lto=true \
-        -D b_pie=true \
-  build
-  ninja -C build
-}
-
-check() {
-  cd $pkgname
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="${pkgdir}" meson install -C build
-}

Copied: sscg/repos/community-x86_64/PKGBUILD (from rev 1138642, sscg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-28 19:40:31 UTC (rev 1138643)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=sscg
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="Simple Signed Certificate Generator"
+url="https://github.com/sgallagher/sscg"
+license=('GPL')
+arch=(x86_64)
+depends=(openssl popt talloc ding-libs)
+makedepends=(git help2man meson)
+source=(git+https://github.com/sgallagher/sscg.git?signed#tag=${pkgname}-${pkgver})
+# https://github.com/sgallagher.gpg
+validpgpkeys=('850A9DD1DBF2ACCC6FC4949145DB85A568286D11')
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  meson --prefix=/usr \
+        --buildtype plain \
+        --auto-features enabled \
+        -D b_lto=true \
+        -D b_pie=true \
+  build
+  ninja -C build
+}
+
+check() {
+  cd $pkgname
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="${pkgdir}" meson install -C build
+}



More information about the arch-commits mailing list