summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2015-11-27 13:48:52 +0100
committerMattias Andrée2015-11-27 13:48:52 +0100
commit14238a367aab8c94e91b4bdac9254756b9be88bf (patch)
treec9e726ae75e8f151ea7daf134ee48a5e2d00509f
parent81cbc233b0ae26e58461df5b87c95c64dd95a3f5 (diff)
downloadaur-14238a367aab8c94e91b4bdac9254756b9be88bf.tar.gz
Update to 2.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31fe2f009c7c..21552da570ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 1f64a7707041..edf6c8fcc983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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