summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0752214e6794..6d983b9347c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=4.3.1
+pkgver=4.3.2
pkgrel=1
pkgdesc="Google from the command-line"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('python')
conflicts=('googler-git')
source=("https://github.com/jarun/googler/archive/v$pkgver.tar.gz")
-sha256sums=('f756182ed383050cbdaac8ee4f02c904ca26f76a727f3ec58cc8ab6a8cba3f23')
+sha256sums=('bd59af407e9a45c8a6fcbeb720790cb9eccff21dc7e184716a60e29f14c68d54')
prepare() {
cd "${pkgname}-${pkgver}"