summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-06-12 09:40:54 -0700
committerJohnathan Jenkins2016-06-12 09:40:54 -0700
commitd7089fe3051f77e84fbdd31f2352fd21e7bbe994 (patch)
tree4cf3684bf78dfe2bd825e08d47a31104cbee157e /PKGBUILD
parentb1ab4a6d8b5f4a2dc12400a64ce77410e0e711b3 (diff)
downloadaur-d7089fe3051f77e84fbdd31f2352fd21e7bbe994.tar.gz
2.5 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c16d0ffd6cf..4a07b24a4cda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=2.4.1
+pkgver=2.5
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=('8ac1687deb024414cde472a136a15997')
+md5sums=('f367b3d57163c4dba60e13dfa45a8549')
package() {
cd "$srcdir/$pkgname-$pkgver"