Date: Saturday, October 1, 2022 @ 17:58:10
  Author: felixonmars
Revision: 1320167

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-01 17:57:53 UTC (rev 1320166)
+++ PKGBUILD    2022-10-01 17:58:10 UTC (rev 1320167)
@@ -1,25 +0,0 @@
-# Maintainer:
-# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
-
-pkgname=rapidfuzz-cpp
-pkgver=1.4.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=('3ba6a6739ab78a6c11eea3a33f3e0f2980fbf53a68dc414dfb4fcf995f17025e')
-
-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 1320166, 
rapidfuzz-cpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-01 17:58:10 UTC (rev 1320167)
@@ -0,0 +1,25 @@
+# Maintainer:
+# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
+
+pkgname=rapidfuzz-cpp
+pkgver=1.4.1
+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=('b1cb8888bad47966fe7c2b1cef27ee42557a964d52120e24955ecd9060bcc7ed')
+
+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
+}

Reply via email to