Date: Tuesday, December 20, 2022 @ 15:10:18
Author: arojas
Revision: 1363755
archrelease: copy trunk to community-any
Added:
rapidfuzz-cpp/repos/community-any/PKGBUILD
(from rev 1363754, rapidfuzz-cpp/trunk/PKGBUILD)
Deleted:
rapidfuzz-cpp/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-20 15:10:09 UTC (rev 1363754)
+++ PKGBUILD 2022-12-20 15:10:18 UTC (rev 1363755)
@@ -1,25 +0,0 @@
-# Maintainer:
-# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
-
-pkgname=rapidfuzz-cpp
-pkgver=1.10.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=('0319dfdf61db0e6795501f8fe167fe8f28f40ec0f35247f06028da0058911ceb')
-
-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 1363754,
rapidfuzz-cpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-20 15:10:18 UTC (rev 1363755)
@@ -0,0 +1,25 @@
+# Maintainer:
+# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
+
+pkgname=rapidfuzz-cpp
+pkgver=1.10.4
+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=('84a1ea8759aaa5bc8587c26504421d6fd34ad2a8dc74bf469b0cc3cc6758e17a')
+
+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
+}