George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / rapidfuzz-cpp
Commits: ed96c92f by George Rawlinson at 2023-10-23T20:41:30+13:00 upgpkg: 2.1.1-1 * New upstream release. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,12 @@ +pkgbase = rapidfuzz-cpp + pkgdesc = Rapid fuzzy string matching in C++ using the Levenshtein Distance + pkgver = 2.1.1 + pkgrel = 1 + url = https://github.com/maxbachmann/rapidfuzz-cpp + arch = any + license = MIT + makedepends = cmake + source = https://github.com/maxbachmann/rapidfuzz-cpp/archive/v2.1.1/rapidfuzz-cpp-2.1.1.tar.gz + sha256sums = 1680c0dbf77d228ea81825c24755db99ee0e21a8db3663b5136741b3e108c3f2 + +pkgname = rapidfuzz-cpp ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com> pkgname=rapidfuzz-cpp -pkgver=2.0.0 +pkgver=2.1.1 pkgrel=1 pkgdesc='Rapid fuzzy string matching in C++ using the Levenshtein Distance' arch=(any) @@ -10,11 +10,14 @@ 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=('0d6d399be1de151631bbc189b72089600884831a4dac91e22f17351cef18ae64') +sha256sums=('1680c0dbf77d228ea81825c24755db99ee0e21a8db3663b5136741b3e108c3f2') build() { - cmake -B build -S $pkgname-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr + cmake \ + -B build \ + -S $pkgname-$pkgver \ + -D CMAKE_INSTALL_PREFIX=/usr + cmake --build build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rapidfuzz-cpp/-/commit/ed96c92ff69d213f46f30becc1b2583f9b4c961a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rapidfuzz-cpp/-/commit/ed96c92ff69d213f46f30becc1b2583f9b4c961a You're receiving this email because of your account on gitlab.archlinux.org.
