summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-05-22 09:16:53 -0700
committerJohnathan Jenkins2016-05-22 09:16:53 -0700
commit957a76f183d15b86cfd8c12ec372d81b1bea032f (patch)
tree9bb340889b287c6f0d3fa5a7f1ae7357eb4642b4
parentb607488653cf1230a8674b57e6c66b20ffc06eae (diff)
downloadaur-957a76f183d15b86cfd8c12ec372d81b1bea032f.tar.gz
update to 2.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 806b9ed90137..45f1985c2f7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Mar 30 16:41:44 UTC 2016
+# Sun May 22 16:16:16 UTC 2016
pkgbase = googler
pkgdesc = Google Search from command line
- pkgver = 2.3
+ pkgver = 2.4
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.3.tar.gz
- md5sums = cb1631f8886336e690d3aaa22e05798c
+ source = https://github.com/jarun/googler/archive/v2.4.tar.gz
+ md5sums = d45baf93764af328fac96c5eeb4b6356
pkgname = googler
diff --git a/PKGBUILD b/PKGBUILD
index 92dc11418d9a..0c62a59297e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=2.3
+pkgver=2.4
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=('cb1631f8886336e690d3aaa22e05798c')
+md5sums=('d45baf93764af328fac96c5eeb4b6356')
package() {
cd "$srcdir/$pkgname-$pkgver"