summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZhanibek Adilbekov2020-10-16 15:29:51 +0600
committerZhanibek Adilbekov2020-10-16 15:29:51 +0600
commit96263b9f5eb3b66dc1af209100d839467848cef3 (patch)
tree87ff54775dab67c0e57bf201d54dbf2b83248bf4 /PKGBUILD
parent4aa5ef8dcd37bd9d80d605841f17fa187187b56e (diff)
downloadaur-96263b9f5eb3b66dc1af209100d839467848cef3.tar.gz
build: bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19699d5156e0..9e7aac72ad0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
pkgname=fzf-git-bindings-gist
-pkgver=r20190314.1
+pkgver=r20200924.1
pkgrel=1
pkgdesc="Key bindings for git with fzf."
arch=('any')
@@ -9,13 +9,13 @@ license=('custom')
depends=('fzf' 'git')
install=$pkgname.install
source=(
- 'https://gist.githubusercontent.com/junegunn/8b572b8d4b5eddd8b85e5f4d40f17236/raw/be535c93284afde06342526de9476eb15071e78a/functions.sh'
- 'https://gist.githubusercontent.com/junegunn/8b572b8d4b5eddd8b85e5f4d40f17236/raw/be535c93284afde06342526de9476eb15071e78a/key-binding.bash'
- 'https://gist.githubusercontent.com/junegunn/8b572b8d4b5eddd8b85e5f4d40f17236/raw/be535c93284afde06342526de9476eb15071e78a/key-binding.zsh'
+ 'https://gist.githubusercontent.com/junegunn/8b572b8d4b5eddd8b85e5f4d40f17236/raw/0fc65a1e6560dd59a469959fa74b1e2c3cfba9a1/functions.sh'
+ 'https://gist.githubusercontent.com/junegunn/8b572b8d4b5eddd8b85e5f4d40f17236/raw/0fc65a1e6560dd59a469959fa74b1e2c3cfba9a1/key-binding.bash'
+ 'https://gist.githubusercontent.com/junegunn/8b572b8d4b5eddd8b85e5f4d40f17236/raw/0fc65a1e6560dd59a469959fa74b1e2c3cfba9a1/key-binding.zsh'
)
-md5sums=('df4bd3be70d60dbce47d3dd3eaff3b3b'
- '949504496bf8f391fb62bec52e9b6390'
- '2f024f6eb7345bd004e8685965874b4b')
+md5sums=('6914bc5c87d1c0c06f58e01a1ad6481a'
+ '530a4d5a32f6ff23be9f0b3df6f049b4'
+ 'ac47ca3a465e06854b9c6d55a475e3de')
package() {
mkdir -p "$pkgdir/usr/share/fzf-git-bindings"