summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-02-01 11:46:34 -0800
committerJohnathan Jenkins2016-02-01 11:46:34 -0800
commitd53df95a8d7c94b56d11e713b0e1fd181af996cd (patch)
treea817be39d89b133bba4320438582ae058bd8fab3
parente778cdf88059bc74364d3bd37bc71976384aef6b (diff)
downloadaur-d53df95a8d7c94b56d11e713b0e1fd181af996cd.tar.gz
changes to upstream url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c5a3a9786ef..d7231dc06a43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Feb 1 18:42:48 UTC 2016
+# Mon Feb 1 19:46:22 UTC 2016
pkgbase = googler
pkgdesc = Google Search from command line
pkgver = 2.1
pkgrel = 1
- url = https://github.com/jarun/google-cli
+ url = https://github.com/jarun/googler
arch = any
license = GPL3
depends = python
conflicts = googler-git
- source = https://github.com/jarun/google-cli/archive/v2.1.tar.gz
+ source = https://github.com/jarun/googler/archive/v2.1.tar.gz
md5sums = 1329218e1331546861cf64b30ac5fe39
pkgname = googler
diff --git a/PKGBUILD b/PKGBUILD
index 6cc52adb0edc..24fcc9f7d269 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ pkgver=2.1
pkgrel=1
pkgdesc="Google Search from command line"
arch=('any')
-url="https://github.com/jarun/google-cli"
+url="https://github.com/jarun/googler"
license=('GPL3')
depends=('python')
conflicts=('googler-git')
-source=("https://github.com/jarun/google-cli/archive/v$pkgver.tar.gz")
+source=("https://github.com/jarun/googler/archive/v$pkgver.tar.gz")
md5sums=('1329218e1331546861cf64b30ac5fe39')
package() {