mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/rmlint to 2.2.2-1
This commit is contained in:
parent
705dd0ed01
commit
1477772aa3
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# - remove line appending -march=native to CFLAGS in SConstruct
|
||||
|
||||
pkgname=rmlint
|
||||
pkgver=2.2.1
|
||||
pkgver=2.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="Tool to remove duplicates and other lint, being much faster than fdupes"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -16,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=('28b4e2447c2ff303bc31e6d57b99c34662eda22e138daa985aa8d00726b4f886')
|
||||
sha256sums=('08ad28150d99d704d356cdf050c4499f98a0d0c363a2230619d0b3e53e5f9dbb')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue