diff options
author | Mattias Andrée | 2015-11-27 13:48:52 +0100 |
---|---|---|
committer | Mattias Andrée | 2015-11-27 13:48:52 +0100 |
commit | 14238a367aab8c94e91b4bdac9254756b9be88bf (patch) | |
tree | c9e726ae75e8f151ea7daf134ee48a5e2d00509f | |
parent | 81cbc233b0ae26e58461df5b87c95c64dd95a3f5 (diff) | |
download | aur-14238a367aab8c94e91b4bdac9254756b9be88bf.tar.gz |
Update to 2.1
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 9 insertions, 8 deletions
@@ -1,7 +1,7 @@ pkgbase = bfind pkgdesc = find alternative optimised for finding files rather then listing files - pkgver = 2 - pkgrel = 2 + pkgver = 2.1 + pkgrel = 1 url = https://github.com/maandree/bfind install = bfind.install arch = any @@ -11,9 +11,10 @@ pkgbase = bfind makedepends = sed makedepends = texinfo makedepends = gzip + makedepends = auto-auto-complete depends = python3 - source = https://github.com/maandree/bfind/archive/2.tar.gz - sha256sums = 54ffd0439d9f9f4579bed39aeaaa72d54f4a270e8961cbc07b67895e96a42cfd + source = https://github.com/maandree/bfind/archive/2.1.tar.gz + sha256sums = 23e3f4fda397ad235399773f6f357e9a98ed2384881c12015d453192dbc1afc1 pkgname = bfind @@ -1,17 +1,17 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=bfind -pkgver=2 -pkgrel=2 +pkgver=2.1 +pkgrel=1 pkgdesc="find alternative optimised for finding files rather then listing files" url="https://github.com/maandree/bfind" arch=(any) license=(GPL3) depends=(python3) -makedepends=(make coreutils sed texinfo gzip) +makedepends=(make coreutils sed texinfo gzip auto-auto-complete) install=bfind.install source=("${url}/archive/${pkgver}.tar.gz") -sha256sums=(54ffd0439d9f9f4579bed39aeaaa72d54f4a270e8961cbc07b67895e96a42cfd) +sha256sums=(23e3f4fda397ad235399773f6f357e9a98ed2384881c12015d453192dbc1afc1) _prefix=/usr |