googler: update to 3.7.
This commit is contained in:
parent
4901c64e99
commit
9fccf53156
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'googler'
|
# Template file for 'googler'
|
||||||
pkgname=googler
|
pkgname=googler
|
||||||
version=3.6
|
version=3.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="python3 xsel"
|
depends="python3 xsel xclip"
|
||||||
short_desc="Google Search, Site Search and News from the terminal"
|
short_desc="Google Search, Site Search and News from the terminal"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/jarun/googler"
|
homepage="https://github.com/jarun/googler"
|
||||||
distfiles="https://github.com/jarun/googler/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jarun/googler/archive/v${version}.tar.gz"
|
||||||
checksum=514218f5155a2c1bd653462a503507beafca9d7ddff7203aeabb3ab4812e4b44
|
checksum=8210dfcadc6d63f8415f25ff266e4fd437f448c7ce3179a5ec2769195c207bf5
|
||||||
make_build_target="disable-self-upgrade"
|
make_build_target=disable-self-upgrade
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall auto-completion/bash/googler-completion.bash 644 /usr/share/bash-completion/completions/googler
|
vinstall auto-completion/bash/googler-completion.bash 644 /usr/share/bash-completion/completions/googler
|
||||||
|
|
Loading…
Reference in a new issue