summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-12-18 11:41:11 -0800
committerJohnathan Jenkins2016-12-18 11:41:11 -0800
commit7ee8cc73e89c9a7094a3913c9b6bdc4a74c4755e (patch)
tree532f55e03e638f91b6871179945b4a3e30a6503b
parente2533ef0ef004bbd2f7c8797fc5cb9ae1d9c8d79 (diff)
downloadaur-7ee8cc73e89c9a7094a3913c9b6bdc4a74c4755e.tar.gz
2.9 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3b15d51a6a0..3a41a4096463 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Oct 4 08:55:45 UTC 2016
+# Sun Dec 18 19:40:51 UTC 2016
pkgbase = googler
pkgdesc = Google Search from command line
- pkgver = 2.8
+ pkgver = 2.9
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.8.tar.gz
- md5sums = afeb59456d8393cd2359459f9c99ee81
+ source = https://github.com/jarun/googler/archive/v2.9.tar.gz
+ md5sums = e2f6d2a2a666c6691cb1a38a52f3aec1
pkgname = googler
diff --git a/PKGBUILD b/PKGBUILD
index f6d44d44b6f2..ddceac2c5aa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=2.8
+pkgver=2.9
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=('afeb59456d8393cd2359459f9c99ee81')
+md5sums=('e2f6d2a2a666c6691cb1a38a52f3aec1')
package() {
cd "$srcdir/$pkgname-$pkgver"