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 d14069e6e55a..0b6dd23cc526 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Mar 12 17:27:09 UTC 2017
+# Fri Apr 28 05:50:07 UTC 2017
pkgbase = googler
pkgdesc = Google Search from command line
- pkgver = 3.0
+ pkgver = 3.1
pkgrel = 1
url = https://github.com/jarun/googler
arch = any
license = GPL3
depends = python
conflicts = googler-git
- source = https://github.com/jarun/googler/archive/v3.0.tar.gz
- md5sums = dfd610fc4137ae35ec42bff3fd1a7bcf
+ source = https://github.com/jarun/googler/archive/v3.1.tar.gz
+ md5sums = d7cf0517ee9a6abe8935347202db772e
pkgname = googler
diff --git a/PKGBUILD b/PKGBUILD
index cc257a5adf93..479e2eae9d23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=3.0
+pkgver=3.1
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=('dfd610fc4137ae35ec42bff3fd1a7bcf')
+md5sums=('d7cf0517ee9a6abe8935347202db772e')
package() {
cd "$srcdir/$pkgname-$pkgver"