Date: Saturday, October 8, 2022 @ 23:59:23
  Author: felixonmars
Revision: 1324461

archrelease: copy trunk to community-any

Added:
  rapidfuzz-cpp/repos/community-any/PKGBUILD
    (from rev 1324460, 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-08 23:58:59 UTC (rev 1324460)
+++ PKGBUILD    2022-10-08 23:59:23 UTC (rev 1324461)
@@ -1,25 +0,0 @@
-# Maintainer:
-# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
-
-pkgname=rapidfuzz-cpp
-pkgver=1.6.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=('c23066219e0207a9bff77dd9624aeabd09ca58a132a047a7fb67c933c4e1c06f')
-
-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 1324460, 
rapidfuzz-cpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-08 23:59:23 UTC (rev 1324461)
@@ -0,0 +1,25 @@
+# Maintainer:
+# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
+
+pkgname=rapidfuzz-cpp
+pkgver=1.7.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=('449350f0e64c8f55f9828eaa90fddb5c98d673ba97e9bfbf48e3aea8d943f541')
+
+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