summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-07-06 14:53:54 -0700
committerJohnathan Jenkins2016-07-06 14:53:54 -0700
commit7e1506b670e31df62cb9cde3f87a1a95a541ea24 (patch)
treea6f108f1e8817df5f9d56917646bcae6ac35bf60
parent1acdec2aaa6fb63a0d6c530c21b2cfd2e68ff203 (diff)
downloadaur-7e1506b670e31df62cb9cde3f87a1a95a541ea24.tar.gz
update to 2.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57657a0d6e76..ad59e9b05ae5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Jun 13 06:05:22 UTC 2016
+# Wed Jul 6 21:53:41 UTC 2016
pkgbase = googler
pkgdesc = Google Search from command line
- pkgver = 2.5.1
+ pkgver = 2.6
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.5.1.tar.gz
- md5sums = ec915a8e2ad75bd11dcd46da4aaa8b83
+ source = https://github.com/jarun/googler/archive/v2.6.tar.gz
+ md5sums = a9f57d28ce3cb163994bad9eff33f415
pkgname = googler
diff --git a/PKGBUILD b/PKGBUILD
index ee37e8cdd15d..6045c7f8e4ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=2.5.1
+pkgver=2.6
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=('ec915a8e2ad75bd11dcd46da4aaa8b83')
+md5sums=('a9f57d28ce3cb163994bad9eff33f415')
package() {
cd "$srcdir/$pkgname-$pkgver"