summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0752214e6794..10bf4c625a9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-# Maintainer: Pablo Arias <pabloariasal@gmail.com>
+# Maintainer: ramen <hendrik@hndrkk.sh>
+# Contributor: Pablo Arias <pabloariasal@gmail.com>
# Contributor: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=4.3.1
+pkgver=4.3.13
pkgrel=1
pkgdesc="Google from the command-line"
arch=('any')
-url="https://github.com/jarun/googler"
+url="https://github.com/oksiquatzel/googler"
license=('GPL3')
depends=('python')
conflicts=('googler-git')
-source=("https://github.com/jarun/googler/archive/v$pkgver.tar.gz")
-sha256sums=('f756182ed383050cbdaac8ee4f02c904ca26f76a727f3ec58cc8ab6a8cba3f23')
+source=("$url/archive/v$pkgver.tar.gz")
+sha256sums=('5d887f49ca2a83f8ecb87e505dfdb32d228a5b2e0d3bdd77b4722fc864085e57')
prepare() {
cd "${pkgname}-${pkgver}"