summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-08-17 11:05:36 -0700
committerJohnathan Jenkins2017-08-17 11:05:36 -0700
commit7fa4842f00054a03e438ca51cdd5b55bcaa09c26 (patch)
tree2de2a5b1c41805b86aa2ee6d86d69bc2b46eab5c
parent99eb32bdf9dfca4ca6911372081d97974d33efee (diff)
downloadaur-7fa4842f00054a03e438ca51cdd5b55bcaa09c26.tar.gz
3.3 release
-rwxr-xr-x[-rw-r--r--].SRCINFO8
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f84191e2818..9fa5d92b16f0 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Jul 6 23:21:20 UTC 2017
+# Thu Aug 17 18:04:57 UTC 2017
pkgbase = googler
pkgdesc = Google Search from command line
- pkgver = 3.2
+ pkgver = 3.3
pkgrel = 1
url = https://github.com/jarun/googler
arch = any
license = GPL3
depends = python
conflicts = googler-git
- source = https://github.com/jarun/googler/archive/v3.2.tar.gz
- md5sums = bd3e0be99c092911cb7474bc4803aa55
+ source = https://github.com/jarun/googler/archive/v3.3.tar.gz
+ md5sums = 5bcfd3a11a1e59e28b3560f744681f3e
pkgname = googler
diff --git a/PKGBUILD b/PKGBUILD
index 7605766920a1..6716ec797ee4 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=3.2
+pkgver=3.3
pkgrel=1
pkgdesc="Google Search from command line"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('python')
conflicts=('googler-git')
source=("https://github.com/jarun/googler/archive/v$pkgver.tar.gz")
-md5sums=('bd3e0be99c092911cb7474bc4803aa55')
+md5sums=('5bcfd3a11a1e59e28b3560f744681f3e')
package() {
cd "$srcdir/$pkgname-$pkgver"