summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvaragnac2020-04-29 05:30:18 +0200
committervaragnac2020-04-29 05:30:18 +0200
commitc442d4f238edfaca10369208d735295028b5868b (patch)
treeba8edca8f477b34c44c97e6afd5b0965d4c5667f /PKGBUILD
parentb8d6a96e7e910fbd4c6ae00831aca4efba063ed4 (diff)
downloadaur-c442d4f238edfaca10369208d735295028b5868b.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29830746ecd3..1a83162f1ebe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Varagnac Kim <vacaniat@pm.me>
pkgname=kjv-fzf-git
-pkgver=r1.1
+pkgver=r1.2
pkgrel=1
pkgdesc="King James Bible with fuzzy finder"
arch=(any)
@@ -10,9 +10,9 @@ depends=('bash' 'gawk' 'fzf')
optdepends=('xclip: X11 clipboard support'
'wl-clipboard: Wayland clipboard support')
source=("${pkgname}-${pkgver}::https://github.com/varagnac/pure-text-bible/raw/master/kjv_fzf")
-md5sums=('b8d55a877605750955032520767de114')
+md5sums=('50b49ad793362ad63605c61d9eca4cb4')
package() {
cd "$srcdir/"
- install -Dm755 kjv-fzf $pkgdir/usr/bin/kjv-fzf
+ install -Dm755 ${pkgname}-${pkgver} $pkgdir/usr/bin/kjv-fzf
}