summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-03-12 10:27:16 -0700
committerJohnathan Jenkins2017-03-12 10:27:16 -0700
commit7c5990a9f74d12085415b9ff409beb6132cb130d (patch)
treecd3e9feb5262d1d2b3f04167921b33d6ed9a82f2 /PKGBUILD
parent0f590bddf508582d118c13efca2930d91b8080fc (diff)
downloadaur-7c5990a9f74d12085415b9ff409beb6132cb130d.tar.gz
3.0 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93a1336a58d2..cc257a5adf93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=2.9
+pkgver=3.0
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=('e2f6d2a2a666c6691cb1a38a52f3aec1')
+md5sums=('dfd610fc4137ae35ec42bff3fd1a7bcf')
package() {
cd "$srcdir/$pkgname-$pkgver"