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 9dc740896b35..48d3f4cb588a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = googler
pkgdesc = Google from the command-line
- pkgver = 3.7.1
+ pkgver = 3.8
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.1.tar.gz
- sha256sums = 1ceadab40fea49a113f46807a5c7297fcf145eeaa8128e33d53aadb275377f37
+ source = https://github.com/jarun/googler/archive/v3.8.tar.gz
+ sha256sums = d942392a6bc3faee44951e2069b547b401bb688b2368f3a4385bb3ca7b6efa0f
pkgname = googler
diff --git a/PKGBUILD b/PKGBUILD
index 0ed8b197a779..1778eec2c68a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=3.7.1
+pkgver=3.8
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=('1ceadab40fea49a113f46807a5c7297fcf145eeaa8128e33d53aadb275377f37')
+sha256sums=('d942392a6bc3faee44951e2069b547b401bb688b2368f3a4385bb3ca7b6efa0f')
prepare() {
cd "${pkgname}-${pkgver}"