summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-06-12 23:05:30 -0700
committerJohnathan Jenkins2016-06-12 23:05:30 -0700
commit1acdec2aaa6fb63a0d6c530c21b2cfd2e68ff203 (patch)
treeb130839f0f25e58f9ccde0b7ac8e0d714a1f7f41
parentd7089fe3051f77e84fbdd31f2352fd21e7bbe994 (diff)
downloadaur-1acdec2aaa6fb63a0d6c530c21b2cfd2e68ff203.tar.gz
2.5.1 releae
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5160b82b285b..57657a0d6e76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Jun 12 16:40:47 UTC 2016
+# Mon Jun 13 06:05:22 UTC 2016
pkgbase = googler
pkgdesc = Google Search from command line
- pkgver = 2.5
+ pkgver = 2.5.1
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.tar.gz
- md5sums = f367b3d57163c4dba60e13dfa45a8549
+ source = https://github.com/jarun/googler/archive/v2.5.1.tar.gz
+ md5sums = ec915a8e2ad75bd11dcd46da4aaa8b83
pkgname = googler
diff --git a/PKGBUILD b/PKGBUILD
index 4a07b24a4cda..ee37e8cdd15d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=2.5
+pkgver=2.5.1
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=('f367b3d57163c4dba60e13dfa45a8549')
+md5sums=('ec915a8e2ad75bd11dcd46da4aaa8b83')
package() {
cd "$srcdir/$pkgname-$pkgver"