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 ad59e9b05ae5..857211c9504c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Jul 6 21:53:41 UTC 2016
+# Sun Aug 28 17:32:17 UTC 2016
pkgbase = googler
pkgdesc = Google Search from command line
- pkgver = 2.6
+ pkgver = 2.7
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.6.tar.gz
- md5sums = a9f57d28ce3cb163994bad9eff33f415
+ source = https://github.com/jarun/googler/archive/v2.7.tar.gz
+ md5sums = 6bf2fb3afa99a87456d8744a46ed5dcf
pkgname = googler
diff --git a/PKGBUILD b/PKGBUILD
index 6045c7f8e4ed..31d87bacc440 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=2.6
+pkgver=2.7
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=('a9f57d28ce3cb163994bad9eff33f415')
+md5sums=('6bf2fb3afa99a87456d8744a46ed5dcf')
package() {
cd "$srcdir/$pkgname-$pkgver"