Package Details: ruby-jaro_winkler 1.6.0-1

Git Clone URL: https://aur.archlinux.org/ruby-jaro_winkler.git (read-only, click to copy)
Package Base: ruby-jaro_winkler
Description: Ruby & C implementation of Jaro-Winkler distance algorithm
Upstream URL: https://github.com/tonytonyjan/jaro_winkler
Licenses: MIT
Submitter: supermario
Maintainer: supermario
Last Packager: supermario
Votes: 2
Popularity: 0.000049
First Submitted: 2018-11-23 12:53 (UTC)
Last Updated: 2024-06-05 10:44 (UTC)

Latest Comments

rlees85 commented on 2024-10-03 08:16 (UTC)

This isn't building now (SHA sum error). Its weird, this package is installed as 1.6.0 for me in June or July but according to their Github 1.6.0 wasn't released until August. I am guessing someones been messing with tags...

jamietanna commented on 2021-11-27 19:11 (UTC)

I needed to make the following changes to get this building:

diff --git PKGBUILD PKGBUILD
index 2c2918d..136a47f 100644
--- PKGBUILD
+++ PKGBUILD
@@ -11,7 +11,7 @@ makedepends=(rubygems ruby-rdoc)
 url=https://github.com/tonytonyjan/jaro_winkler
 license=(MIT)
 options=(!emptydirs)
-source=(https://github.com/tonytonyjan/jaro_winkler/archive/v$pkgver/$_gemname-$pkgver.tar.gz)
+source=(https://github.com/tonytonyjan/jaro_winkler/archive/refs/tags/v$pkgver.tar.gz)
 sha256sums=('290b0765be8f35eabcebc5623006683803831d99d6c3b6aef0c73571e9af965b')

 build() {

rnovatorov commented on 2020-08-31 22:18 (UTC)

Got a warning after successful installation:

==> WARNING: Package contains reference to $pkgdir
usr/lib/ruby/gems/2.7.0/extensions/x86_64-linux/2.7.0/jaro_winkler-1.5.4/gem_make.out

Found a related gotcha in the wiki.

Might be worth fixing.