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 a61662eb639a..8c05e48cdccd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=4.1
+pkgver=4.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=('1906be38020a941ee271034df63c589bb0ba6a7449fa1a68d4df2d10922fba07')
+sha256sums=('ee0887ec30aea14823bb32117c97f4af8cdba381244b393665d2e273f8b60b43')
prepare() {
cd "${pkgname}-${pkgver}"