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