summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-07-06 16:21:33 -0700
committerJohnathan Jenkins2017-07-06 16:21:33 -0700
commit99eb32bdf9dfca4ca6911372081d97974d33efee (patch)
treeb093341049d2467ab3d81324ab9a64ee88533e98 /PKGBUILD
parente668150c35fd407eaa91f37a73794b3b2fcd8e16 (diff)
downloadaur-99eb32bdf9dfca4ca6911372081d97974d33efee.tar.gz
3.2 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 479e2eae9d23..7605766920a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=3.1
+pkgver=3.2
pkgrel=1
pkgdesc="Google Search from command line"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('python')
conflicts=('googler-git')
source=("https://github.com/jarun/googler/archive/v$pkgver.tar.gz")
-md5sums=('d7cf0517ee9a6abe8935347202db772e')
+md5sums=('bd3e0be99c092911cb7474bc4803aa55')
package() {
cd "$srcdir/$pkgname-$pkgver"