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 857211c9504c..d3b15d51a6a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Aug 28 17:32:17 UTC 2016
+# Tue Oct 4 08:55:45 UTC 2016
pkgbase = googler
pkgdesc = Google Search from command line
- pkgver = 2.7
+ pkgver = 2.8
pkgrel = 0
url = https://github.com/jarun/googler
arch = any
license = GPL3
depends = python
conflicts = googler-git
- source = https://github.com/jarun/googler/archive/v2.7.tar.gz
- md5sums = 6bf2fb3afa99a87456d8744a46ed5dcf
+ source = https://github.com/jarun/googler/archive/v2.8.tar.gz
+ md5sums = afeb59456d8393cd2359459f9c99ee81
pkgname = googler
diff --git a/PKGBUILD b/PKGBUILD
index 31d87bacc440..f6d44d44b6f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=2.7
+pkgver=2.8
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=('6bf2fb3afa99a87456d8744a46ed5dcf')
+md5sums=('afeb59456d8393cd2359459f9c99ee81')
package() {
cd "$srcdir/$pkgname-$pkgver"