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 d7231dc06a43..2d756cf05671 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Feb 1 19:46:22 UTC 2016
+# Sat Mar 12 09:00:10 UTC 2016
pkgbase = googler
pkgdesc = Google Search from command line
- pkgver = 2.1
+ pkgver = 2.2
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.1.tar.gz
- md5sums = 1329218e1331546861cf64b30ac5fe39
+ source = https://github.com/jarun/googler/archive/v2.2.tar.gz
+ md5sums = a9cf920722316e23014c073566da0b56
pkgname = googler
diff --git a/PKGBUILD b/PKGBUILD
index 24fcc9f7d269..560d07c2a74e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=2.1
+pkgver=2.2
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=('1329218e1331546861cf64b30ac5fe39')
+md5sums=('a9cf920722316e23014c073566da0b56')
package() {
cd "$srcdir/$pkgname-$pkgver"