[arch-commits] Commit in rapidfuzz-cpp/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Aug 29 18:48:12 UTC 2022


    Date: Monday, August 29, 2022 @ 18:48:12
  Author: arojas
Revision: 1285546

archrelease: copy trunk to community-any

Added:
  rapidfuzz-cpp/repos/community-any/PKGBUILD
    (from rev 1285545, rapidfuzz-cpp/trunk/PKGBUILD)
Deleted:
  rapidfuzz-cpp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-29 18:48:03 UTC (rev 1285545)
+++ PKGBUILD	2022-08-29 18:48:12 UTC (rev 1285546)
@@ -1,25 +0,0 @@
-# Maintainer:
-# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
-
-pkgname=rapidfuzz-cpp
-pkgver=1.1.1
-pkgrel=2
-pkgdesc='Rapid fuzzy string matching in C++ using the Levenshtein Distance'
-arch=(any)
-url='https://github.com/maxbachmann/rapidfuzz-cpp'
-license=(MIT)
-makedepends=(cmake)
-source=(https://github.com/maxbachmann/rapidfuzz-cpp/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('0d46f6a2e64bd68589537353eea62e84e90af3307f213a4578448d026b96c6c3')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-      -DCMAKE_INSTALL_PREFIX=/usr
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -Dm644 $pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: rapidfuzz-cpp/repos/community-any/PKGBUILD (from rev 1285545, rapidfuzz-cpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-29 18:48:12 UTC (rev 1285546)
@@ -0,0 +1,25 @@
+# Maintainer:
+# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
+
+pkgname=rapidfuzz-cpp
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Rapid fuzzy string matching in C++ using the Levenshtein Distance'
+arch=(any)
+url='https://github.com/maxbachmann/rapidfuzz-cpp'
+license=(MIT)
+makedepends=(cmake)
+source=(https://github.com/maxbachmann/rapidfuzz-cpp/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1605635adfbeeddb578d8a6c1df0356f4334adb16a97e52fe86a1f10d3de16bc')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+      -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 $pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list