summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f4da42159bc..9dc740896b35 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = googler
pkgdesc = Google from the command-line
- pkgver = 3.7
+ pkgver = 3.7.1
pkgrel = 1
url = https://github.com/jarun/googler
arch = any
license = GPL3
depends = python
conflicts = googler-git
- source = https://github.com/jarun/googler/archive/v3.7.tar.gz
- sha256sums = 8210dfcadc6d63f8415f25ff266e4fd437f448c7ce3179a5ec2769195c207bf5
+ source = https://github.com/jarun/googler/archive/v3.7.1.tar.gz
+ sha256sums = 1ceadab40fea49a113f46807a5c7297fcf145eeaa8128e33d53aadb275377f37
pkgname = googler
diff --git a/PKGBUILD b/PKGBUILD
index d6ea2fd097ed..0ed8b197a779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=3.7
+pkgver=3.7.1
pkgrel=1
pkgdesc="Google from the command-line"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('python')
conflicts=('googler-git')
source=("https://github.com/jarun/googler/archive/v$pkgver.tar.gz")
-sha256sums=('8210dfcadc6d63f8415f25ff266e4fd437f448c7ce3179a5ec2769195c207bf5')
+sha256sums=('1ceadab40fea49a113f46807a5c7297fcf145eeaa8128e33d53aadb275377f37')
prepare() {
cd "${pkgname}-${pkgver}"