summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2018-06-19 22:41:33 -0400
committerAndy Weidenbaum2018-06-19 22:41:33 -0400
commit856cf2d826fa19c2c9fd575fe1e4580568fcc59b (patch)
treef214dfad0044d1622536fd7be2f92fe7bc6d12fa /PKGBUILD
parentdfdb57fb242150c91d95dacd61f7bc6d15b5deed (diff)
downloadaur-856cf2d826fa19c2c9fd575fe1e4580568fcc59b.tar.gz
update pkgver to 0.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 653395e9f4a9..29e150536a70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=fzf-extras
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="Extra keybindings for fzf"
arch=('any')
@@ -15,7 +15,7 @@ optdepends=('ctags: select tags'
url="https://github.com/atweiden/fzf-extras"
license=('MIT')
source=(https://github.com/atweiden/fzf-extras/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('d177ecca607120547a372f8c6cf854920d66c3245d4d612aa2a91fa10c0d69b9')
+sha256sums=('f4657b1ec2dca02a62881c05bd8542a7a81d91f31faf9a952a00a5b70de5508f')
install=fzf-extras.install
package() {