summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-10-02 05:48:59 -0700
committerJohnathan Jenkins2017-10-02 05:48:59 -0700
commit5b356076546bd027e6939b535a7fe1d2d11a9fa1 (patch)
treeb7ae358491931ea48df9507737237e4c844cfd1c /PKGBUILD
parent7fa4842f00054a03e438ca51cdd5b55bcaa09c26 (diff)
downloadaur-5b356076546bd027e6939b535a7fe1d2d11a9fa1.tar.gz
3.4 release
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6716ec797ee4..a69a04375479 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=3.3
+pkgver=3.4
pkgrel=1
-pkgdesc="Google Search from command line"
+pkgdesc="Google from the command-line."
arch=('any')
url="https://github.com/jarun/googler"
license=('GPL3')
depends=('python')
conflicts=('googler-git')
source=("https://github.com/jarun/googler/archive/v$pkgver.tar.gz")
-md5sums=('5bcfd3a11a1e59e28b3560f744681f3e')
+md5sums=('9e021b745f91ac437b421ad803e6c4ca')
package() {
cd "$srcdir/$pkgname-$pkgver"