diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-27 22:56:03 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-27 22:56:03 +0100 |
commit | 3fbfecc9156613632c49bf5cc4624e22c9f741ce (patch) | |
tree | 6ea894c07a133231f28ebef69ab130cbff103ecf | |
parent | fix makefile (diff) | |
download | bfind-3fbfecc9156613632c49bf5cc4624e22c9f741ce.tar.gz bfind-3fbfecc9156613632c49bf5cc4624e22c9f741ce.tar.bz2 bfind-3fbfecc9156613632c49bf5cc4624e22c9f741ce.tar.xz |
update dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index edf6c8f..bd2ab96 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=bfind -pkgver=2.1 +pkgver=2.1.1 pkgrel=1 pkgdesc="find alternative optimised for finding files rather then listing files" url="https://github.com/maandree/bfind" @@ -11,7 +11,7 @@ depends=(python3) makedepends=(make coreutils sed texinfo gzip auto-auto-complete) install=bfind.install source=("${url}/archive/${pkgver}.tar.gz") -sha256sums=(23e3f4fda397ad235399773f6f357e9a98ed2384881c12015d453192dbc1afc1) +sha256sums=(2adf446212950b45c800380273f8f04fc3b2365b3e68ca53ac961966844f4c5e) _prefix=/usr |