summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aa86811f237..c7d5358038bc 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = googler
pkgdesc = Google from the command-line
- pkgver = 4.3.1
+ pkgver = 4.3.13
pkgrel = 1
- url = https://github.com/jarun/googler
+ url = https://github.com/oksiquatzel/googler
arch = any
license = GPL3
depends = python
conflicts = googler-git
- source = https://github.com/jarun/googler/archive/v4.3.1.tar.gz
- sha256sums = f756182ed383050cbdaac8ee4f02c904ca26f76a727f3ec58cc8ab6a8cba3f23
+ source = https://github.com/oksiquatzel/googler/archive/v4.3.13.tar.gz
+ sha256sums = 5d887f49ca2a83f8ecb87e505dfdb32d228a5b2e0d3bdd77b4722fc864085e57
pkgname = googler
-
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}"