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 b9f594d9a4b7..4ae9c4ae4416 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = googler
pkgdesc = Google from the command-line
- pkgver = 4.0
+ pkgver = 4.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/v4.0.tar.gz
- sha256sums = f72593ca2a3dccd7301c0fed55effd223cc38f6c21910bffbbfba1360c985cd3
+ source = https://github.com/jarun/googler/archive/v4.1.tar.gz
+ sha256sums = 1906be38020a941ee271034df63c589bb0ba6a7449fa1a68d4df2d10922fba07
pkgname = googler
diff --git a/PKGBUILD b/PKGBUILD
index e4c62295e405..a61662eb639a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=4.0
+pkgver=4.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=('f72593ca2a3dccd7301c0fed55effd223cc38f6c21910bffbbfba1360c985cd3')
+sha256sums=('1906be38020a941ee271034df63c589bb0ba6a7449fa1a68d4df2d10922fba07')
prepare() {
cd "${pkgname}-${pkgver}"