summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhndrkk2022-09-22 19:06:26 +0200
committerhndrkk2022-09-22 19:06:26 +0200
commit568d666c7f17ee23f0e5d6b4637f350c0e9e8c6a (patch)
tree31272322584eb118837e0f44d652ed2cab1de77c
parenta3a9e773079270596fbcffd0a65ee9dbdd8335cc (diff)
downloadaur-568d666c7f17ee23f0e5d6b4637f350c0e9e8c6a.tar.gz
update source to maintained fork
-rwxr-xr-x.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da517bd9bbc7..d145a57fd75d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = googler
pkgdesc = Google from the command-line
- pkgver = 4.3.2
+ pkgver = 4.3.12
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.2.tar.gz
- sha256sums = bd59af407e9a45c8a6fcbeb720790cb9eccff21dc7e184716a60e29f14c68d54
+ source = https://github.com/oksiquatzel/googler/archive/v4.3.12.tar.gz
+ sha256sums = 8e1ea39d7afde497c57a628421e84d75e087bc0d5e63afd1e9bf12ba18ee0102
pkgname = googler
-
diff --git a/PKGBUILD b/PKGBUILD
index 6d983b9347c8..8576dfc60c86 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.2
+pkgver=4.3.12
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=('bd59af407e9a45c8a6fcbeb720790cb9eccff21dc7e184716a60e29f14c68d54')
+source=("$url/archive/v$pkgver.tar.gz")
+sha256sums=('8e1ea39d7afde497c57a628421e84d75e087bc0d5e63afd1e9bf12ba18ee0102')
prepare() {
cd "${pkgname}-${pkgver}"