summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-12-18 11:41:11 -0800
committerJohnathan Jenkins2016-12-18 11:41:11 -0800
commit7ee8cc73e89c9a7094a3913c9b6bdc4a74c4755e (patch)
tree532f55e03e638f91b6871179945b4a3e30a6503b /PKGBUILD
parente2533ef0ef004bbd2f7c8797fc5cb9ae1d9c8d79 (diff)
downloadaur-7ee8cc73e89c9a7094a3913c9b6bdc4a74c4755e.tar.gz
2.9 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6d44d44b6f2..ddceac2c5aa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=2.8
+pkgver=2.9
pkgrel=0
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=('afeb59456d8393cd2359459f9c99ee81')
+md5sums=('e2f6d2a2a666c6691cb1a38a52f3aec1')
package() {
cd "$srcdir/$pkgname-$pkgver"