From 71242239c64d3455c58c1cb5e9150857c34a485c Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 14 Oct 2015 12:10:25 +0000 Subject: [PATCH] community/rmlint to 2.2.1-1 --- community/rmlint/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/community/rmlint/PKGBUILD b/community/rmlint/PKGBUILD index c33afb2c7..1eadc3752 100644 --- a/community/rmlint/PKGBUILD +++ b/community/rmlint/PKGBUILD @@ -1,13 +1,14 @@ -# Maintainer: Blisfull -# Contributer: SahibBommelig -# rmlint PKBUILD for ArchLinux +# $Id$ +# Maintainer: Massimiliano Torromeo +# Contributor: Blisfull +# Contributor: SahibBommelig # ALARM: Kevin Mihelich # - remove line appending -march=native to CFLAGS in SConstruct pkgname=rmlint -pkgver=2.2.0 -pkgrel=1.1 +pkgver=2.2.1 +pkgrel=1 pkgdesc="Tool to remove duplicates and other lint, being much faster than fdupes" arch=('i686' 'x86_64') url="https://github.com/sahib/rmlint" @@ -15,7 +16,7 @@ license=('GPL3') depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf') makedepends=('scons' 'python-sphinx' 'gettext') source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('b684aa73ec80423e1cc5e9cee9ae466f0ed0c6a2e5a88482a07d3306465ee6f1') +sha256sums=('28b4e2447c2ff303bc31e6d57b99c34662eda22e138daa985aa8d00726b4f886') prepare() { cd "$srcdir"/$pkgname-$pkgver