Date: Sunday, April 9, 2023 @ 03:11:59
  Author: daurnimator
Revision: 1443045

archrelease: copy trunk to community-x86_64

Added:
  sfsexp/repos/community-x86_64/PKGBUILD
    (from rev 1443044, sfsexp/trunk/PKGBUILD)
Deleted:
  sfsexp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-09 03:11:39 UTC (rev 1443044)
+++ PKGBUILD    2023-04-09 03:11:59 UTC (rev 1443045)
@@ -1,27 +0,0 @@
-# Maintainer: Daurnimator <[email protected]>
-pkgname=sfsexp
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Small Fast S-Expression Library"
-arch=(x86_64)
-url="https://github.com/mjsottile/sfsexp";
-license=('LGPL')
-depends=('glibc')
-source=("https://github.com/mjsottile/sfsexp/releases/download/v$pkgver/sfsexp-$pkgver.tar.gz";)
-sha256sums=('66b3d3a83b781613e04372fa0185518ed00fe1435de116be88cf0fdd3e4c0286')
-
-build() {
-       cd "sfsexp-$pkgver"
-       ./configure --prefix=/usr
-       make
-}
-
-check() {
-       cd "sfsexp-$pkgver"
-       make -k check
-}
-
-package() {
-       cd "sfsexp-$pkgver"
-       make DESTDIR="$pkgdir/" install
-}

Copied: sfsexp/repos/community-x86_64/PKGBUILD (from rev 1443044, 
sfsexp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-09 03:11:59 UTC (rev 1443045)
@@ -0,0 +1,27 @@
+# Maintainer: Daurnimator <[email protected]>
+pkgname=sfsexp
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Small Fast S-Expression Library"
+arch=(x86_64)
+url="https://github.com/mjsottile/sfsexp";
+license=('LGPL')
+depends=('glibc')
+source=("https://github.com/mjsottile/sfsexp/releases/download/v$pkgver/sfsexp-$pkgver.tar.gz";)
+sha256sums=('15e9a18bb0d5c3c5093444a9003471c2d25ab611b4219ef1064f598668723681')
+
+build() {
+       cd "sfsexp-$pkgver"
+       ./configure --prefix=/usr
+       make
+}
+
+check() {
+       cd "sfsexp-$pkgver"
+       make -k check
+}
+
+package() {
+       cd "sfsexp-$pkgver"
+       make DESTDIR="$pkgdir/" install
+}

Reply via email to