Date: Friday, November 11, 2022 @ 23:53:39
Author: arojas
Revision: 1346933
archrelease: copy trunk to community-any
Added:
rapidfuzz-cpp/repos/community-any/PKGBUILD
(from rev 1346932, rapidfuzz-cpp/trunk/PKGBUILD)
Deleted:
rapidfuzz-cpp/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-11 23:53:34 UTC (rev 1346932)
+++ PKGBUILD 2022-11-11 23:53:39 UTC (rev 1346933)
@@ -1,25 +0,0 @@
-# Maintainer:
-# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
-
-pkgname=rapidfuzz-cpp
-pkgver=1.10.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=('6a618d4c830afeaef5dc15e26ba8aad7730c5c7940f8a327da1104ca3adcdf2f')
-
-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 1346932,
rapidfuzz-cpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-11 23:53:39 UTC (rev 1346933)
@@ -0,0 +1,25 @@
+# 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
+}