Date: Monday, January 16, 2023 @ 15:19:35
Author: jelle
Revision: 1385709
archrelease: copy trunk to community-x86_64
Added:
sscg/repos/community-x86_64/PKGBUILD
(from rev 1385708, sscg/trunk/PKGBUILD)
sscg/repos/community-x86_64/keys/
Deleted:
sscg/repos/community-x86_64/PKGBUILD
sscg/repos/community-x86_64/keys/
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-16 15:19:24 UTC (rev 1385708)
+++ PKGBUILD 2023-01-16 15:19:35 UTC (rev 1385709)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa <[email protected]>
-
-pkgname=sscg
-pkgver=3.0.2
-pkgrel=2
-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 1385708,
sscg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-16 15:19:35 UTC (rev 1385709)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa <[email protected]>
+
+pkgname=sscg
+pkgver=3.0.3
+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
+}