summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-07-06 14:53:54 -0700
committerJohnathan Jenkins2016-07-06 14:53:54 -0700
commit7e1506b670e31df62cb9cde3f87a1a95a541ea24 (patch)
treea6f108f1e8817df5f9d56917646bcae6ac35bf60 /PKGBUILD
parent1acdec2aaa6fb63a0d6c530c21b2cfd2e68ff203 (diff)
downloadaur-7e1506b670e31df62cb9cde3f87a1a95a541ea24.tar.gz
update to 2.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee37e8cdd15d..6045c7f8e4ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=2.5.1
+pkgver=2.6
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=('ec915a8e2ad75bd11dcd46da4aaa8b83')
+md5sums=('a9f57d28ce3cb163994bad9eff33f415')
package() {
cd "$srcdir/$pkgname-$pkgver"