Date: Thursday, January 14, 2016 @ 19:49:55 Author: anatolik Revision: 156454
upgpkg: ruby-tins 1.8.1-1 Modified: ruby-tins/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-14 18:48:42 UTC (rev 156453) +++ PKGBUILD 2016-01-14 18:49:55 UTC (rev 156454) @@ -4,8 +4,8 @@ # Contributor: Hyacinthe Cartiaux <[email protected]> pkgname=ruby-tins -pkgver=1.8.0 -pkgrel=2 +pkgver=1.8.1 +pkgrel=1 pkgdesc='All the stuff that is not good/big enough for a real library' arch=('any') url='https://github.com/flori/tins' @@ -14,7 +14,7 @@ options=('!emptydirs') source=("https://rubygems.org/downloads/tins-${pkgver}.gem") noextract=("tins-${pkgver}.gem") -sha256sums=('de5e43790d1df1d849e5b0eb942eafd723b726d88dbba17e92620d93e34ed005') +sha256sums=('806ebb9816b824c72de4b608572fc062443dbefd454d24a1a37b9c5f187efb30') package() { local _gemdir="$(ruby -e'puts Gem.default_dir')" @@ -25,5 +25,3 @@ install -dm 755 "${pkgdir}"/usr/share/licenses/ruby-tins ln -s ${_gemdir}/gems/tins-${pkgver}/COPYING "${pkgdir}"/usr/share/licenses/ruby-tins/ } - -# vim: ts=2 sw=2 et:
