mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/rmlint to 2.2.1-1
This commit is contained in:
parent
4a087ce277
commit
71242239c6
1 changed files with 7 additions and 6 deletions
|
@ -1,13 +1,14 @@
|
|||
# Maintainer: Blisfull <narthana.epa@gmail.com>
|
||||
# Contributer: SahibBommelig <sahib@online.de>
|
||||
# rmlint PKBUILD for ArchLinux
|
||||
# $Id$
|
||||
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
|
||||
# Contributor: Blisfull <narthana.epa@gmail.com>
|
||||
# Contributor: SahibBommelig <sahib@online.de>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - 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
|
||||
|
|
Loading…
Reference in a new issue