summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-07-06 16:21:33 -0700
committerJohnathan Jenkins2017-07-06 16:21:33 -0700
commit99eb32bdf9dfca4ca6911372081d97974d33efee (patch)
treeb093341049d2467ab3d81324ab9a64ee88533e98
parente668150c35fd407eaa91f37a73794b3b2fcd8e16 (diff)
downloadaur-99eb32bdf9dfca4ca6911372081d97974d33efee.tar.gz
3.2 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b6dd23cc526..5f84191e2818 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Apr 28 05:50:07 UTC 2017
+# Thu Jul 6 23:21:20 UTC 2017
pkgbase = googler
pkgdesc = Google Search from command line
- pkgver = 3.1
+ pkgver = 3.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/v3.1.tar.gz
- md5sums = d7cf0517ee9a6abe8935347202db772e
+ source = https://github.com/jarun/googler/archive/v3.2.tar.gz
+ md5sums = bd3e0be99c092911cb7474bc4803aa55
pkgname = googler
diff --git a/PKGBUILD b/PKGBUILD
index 479e2eae9d23..7605766920a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=3.1
+pkgver=3.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=('d7cf0517ee9a6abe8935347202db772e')
+md5sums=('bd3e0be99c092911cb7474bc4803aa55')
package() {
cd "$srcdir/$pkgname-$pkgver"