summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-06-12 09:40:54 -0700
committerJohnathan Jenkins2016-06-12 09:40:54 -0700
commitd7089fe3051f77e84fbdd31f2352fd21e7bbe994 (patch)
tree4cf3684bf78dfe2bd825e08d47a31104cbee157e
parentb1ab4a6d8b5f4a2dc12400a64ce77410e0e711b3 (diff)
downloadaur-d7089fe3051f77e84fbdd31f2352fd21e7bbe994.tar.gz
2.5 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6df0f49fed9c..5160b82b285b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun May 22 16:38:20 UTC 2016
+# Sun Jun 12 16:40:47 UTC 2016
pkgbase = googler
pkgdesc = Google Search from command line
- pkgver = 2.4.1
+ pkgver = 2.5
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.4.1.tar.gz
- md5sums = 8ac1687deb024414cde472a136a15997
+ source = https://github.com/jarun/googler/archive/v2.5.tar.gz
+ md5sums = f367b3d57163c4dba60e13dfa45a8549
pkgname = googler
diff --git a/PKGBUILD b/PKGBUILD
index 2c16d0ffd6cf..4a07b24a4cda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=2.4.1
+pkgver=2.5
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=('8ac1687deb024414cde472a136a15997')
+md5sums=('f367b3d57163c4dba60e13dfa45a8549')
package() {
cd "$srcdir/$pkgname-$pkgver"