[arch-commits] Commit in ruby-diff-lcs/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Fri Jul 24 00:16:06 UTC 2020
Date: Friday, July 24, 2020 @ 00:16:06
Author: anatolik
Revision: 665124
upgpkg: ruby-diff-lcs 1.4.4-1
Modified:
ruby-diff-lcs/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-23 22:48:52 UTC (rev 665123)
+++ PKGBUILD 2020-07-24 00:16:06 UTC (rev 665124)
@@ -6,8 +6,8 @@
_gemname=diff-lcs
pkgname=ruby-${_gemname}
-pkgver=1.3
-pkgrel=4
+pkgver=1.4.4
+pkgrel=1
pkgdesc='Diff::LCS computes the difference between two Enumerable sequences using the McIlroy-Hunt longest common subsequence (LCS) algorithm'
url='https://github.com/halostatue/diff-lcs'
arch=('any')
@@ -16,7 +16,7 @@
makedepends=('ruby-rdoc')
options=('!emptydirs')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/halostatue/diff-lcs/archive/v${pkgver}.tar.gz)
-sha512sums=('b455f86ab006cbb823c2f8ed7fcde16c432e3783b6408ec305e57b7f4d0cf98bad586786947414ec3dc27e885b1485e534d26df19eaa9972874d78a8829b501e')
+sha512sums=('52fc0501516299396f570be7f35d856ddeed9637430019ca831759467474cecff72be0dace2fed020dacb5f551febef047e3f1928affa0ac0f18b636ee94baa7')
build() {
cd ${_gemname}-${pkgver}
More information about the arch-commits
mailing list