summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhanibek Adilbekov2020-10-16 15:29:51 +0600
committerZhanibek Adilbekov2020-10-16 15:29:51 +0600
commit96263b9f5eb3b66dc1af209100d839467848cef3 (patch)
tree87ff54775dab67c0e57bf201d54dbf2b83248bf4
parent4aa5ef8dcd37bd9d80d605841f17fa187187b56e (diff)
downloadaur-96263b9f5eb3b66dc1af209100d839467848cef3.tar.gz
build: bump version
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04d9df0b9cc8..4bd9384212b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fzf-git-bindings-gist
pkgdesc = Key bindings for git with fzf.
- pkgver = r20190314.1
+ pkgver = r20200924.1
pkgrel = 1
url = https://junegunn.kr/2016/07/fzf-git/
install = fzf-git-bindings-gist.install
@@ -8,12 +8,12 @@ pkgbase = fzf-git-bindings-gist
license = custom
depends = fzf
depends = git
- source = https://gist.githubusercontent.com/junegunn/8b572b8d4b5eddd8b85e5f4d40f17236/raw/be535c93284afde06342526de9476eb15071e78a/functions.sh
- source = https://gist.githubusercontent.com/junegunn/8b572b8d4b5eddd8b85e5f4d40f17236/raw/be535c93284afde06342526de9476eb15071e78a/key-binding.bash
- source = https://gist.githubusercontent.com/junegunn/8b572b8d4b5eddd8b85e5f4d40f17236/raw/be535c93284afde06342526de9476eb15071e78a/key-binding.zsh
- md5sums = df4bd3be70d60dbce47d3dd3eaff3b3b
- md5sums = 949504496bf8f391fb62bec52e9b6390
- md5sums = 2f024f6eb7345bd004e8685965874b4b
+ source = https://gist.githubusercontent.com/junegunn/8b572b8d4b5eddd8b85e5f4d40f17236/raw/0fc65a1e6560dd59a469959fa74b1e2c3cfba9a1/functions.sh
+ source = https://gist.githubusercontent.com/junegunn/8b572b8d4b5eddd8b85e5f4d40f17236/raw/0fc65a1e6560dd59a469959fa74b1e2c3cfba9a1/key-binding.bash
+ source = https://gist.githubusercontent.com/junegunn/8b572b8d4b5eddd8b85e5f4d40f17236/raw/0fc65a1e6560dd59a469959fa74b1e2c3cfba9a1/key-binding.zsh
+ md5sums = 6914bc5c87d1c0c06f58e01a1ad6481a
+ md5sums = 530a4d5a32f6ff23be9f0b3df6f049b4
+ md5sums = ac47ca3a465e06854b9c6d55a475e3de
pkgname = fzf-git-bindings-gist
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"