summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Arias2020-10-12 21:03:52 +0200
committerPablo Arias2020-10-12 21:03:52 +0200
commit6fb5db12a055dffd1354b45503d67d4b69c9408c (patch)
tree55f20da82e9e06565b568b4c7adb9ac695fd4062
parent7ce6d0c36f54697dba3c1007c2fd790dba5736b1 (diff)
downloadaur-6fb5db12a055dffd1354b45503d67d4b69c9408c.tar.gz
Upgrade to version 4.3.1
-rwxr-xr-x.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80c6839fe51a..8aa86811f237 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = googler
pkgdesc = Google from the command-line
- pkgver = 4.2
+ pkgver = 4.3.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.2.tar.gz
- sha256sums = ee0887ec30aea14823bb32117c97f4af8cdba381244b393665d2e273f8b60b43
+ source = https://github.com/jarun/googler/archive/v4.3.1.tar.gz
+ sha256sums = f756182ed383050cbdaac8ee4f02c904ca26f76a727f3ec58cc8ab6a8cba3f23
pkgname = googler
diff --git a/PKGBUILD b/PKGBUILD
index 8c05e48cdccd..0752214e6794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=4.2
+pkgver=4.3.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=('ee0887ec30aea14823bb32117c97f4af8cdba381244b393665d2e273f8b60b43')
+sha256sums=('f756182ed383050cbdaac8ee4f02c904ca26f76a727f3ec58cc8ab6a8cba3f23')
prepare() {
cd "${pkgname}-${pkgver}"