[arch-commits] Commit in rinutils/repos/extra-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu May 19 06:00:02 UTC 2022


    Date: Thursday, May 19, 2022 @ 06:00:02
  Author: arojas
Revision: 446026

archrelease: copy trunk to extra-any

Added:
  rinutils/repos/extra-any/PKGBUILD
    (from rev 446025, rinutils/trunk/PKGBUILD)
Deleted:
  rinutils/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-19 05:59:53 UTC (rev 446025)
+++ PKGBUILD	2022-05-19 06:00:02 UTC (rev 446026)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=rinutils
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='C11 / gnu11 utilities C library'
-arch=(any)
-url='https://www.shlomifish.org/open-source/projects/'
-license=(MIT)
-depends=()
-makedepends=(cmake)
-source=(https://github.com/shlomif/rinutils/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('70d89f0a8464f8f494f33704b7c9396e7fca392e8aafaa4465710c1a389e9806')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DWITH_TEST_SUITE=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: rinutils/repos/extra-any/PKGBUILD (from rev 446025, rinutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-19 06:00:02 UTC (rev 446026)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=rinutils
+pkgver=0.10.1
+pkgrel=1
+pkgdesc='C11 / gnu11 utilities C library'
+arch=(any)
+url='https://www.shlomifish.org/open-source/projects/'
+license=(MIT)
+depends=()
+makedepends=(cmake)
+source=(https://github.com/shlomif/rinutils/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('31ec258ce99de7bbbe79f3338ce73048dac45425045eb2bd0d6bd92d1b8b9afb')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_TEST_SUITE=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list