summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ec1045fbde3..d14069e6e55a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Jan 12 21:39:45 UTC 2017
+# Sun Mar 12 17:27:09 UTC 2017
pkgbase = googler
pkgdesc = Google Search from command line
- pkgver = 2.9
+ pkgver = 3.0
pkgrel = 1
url = https://github.com/jarun/googler
arch = any
license = GPL3
depends = python
conflicts = googler-git
- source = https://github.com/jarun/googler/archive/v2.9.tar.gz
- md5sums = e2f6d2a2a666c6691cb1a38a52f3aec1
+ source = https://github.com/jarun/googler/archive/v3.0.tar.gz
+ md5sums = dfd610fc4137ae35ec42bff3fd1a7bcf
pkgname = googler
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"