summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2016-08-09 04:23:41 -0300
committerRafael Fontenelle2016-08-09 04:23:41 -0300
commit807d305b2fee2993952ba304cf444c2df691704d (patch)
treeb06baad0ac69ef68b9c6833a08d61a89431ab443
parentbf44572ab64f2407f2968b3cab2609050ea90f20 (diff)
downloadaur-807d305b2fee2993952ba304cf444c2df691704d.tar.gz
Remove unecessary source renaming
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55f77d6674fe..f906b6fee447 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Aug 9 07:18:40 UTC 2016
+# Tue Aug 9 07:23:09 UTC 2016
pkgbase = chrome-gnome-shell-git
pkgdesc = Native connector for extensions.gnome.org
pkgver = 6.2_7_gc2df1fe
@@ -14,7 +14,7 @@ pkgbase = chrome-gnome-shell-git
provides = chrome-gnome-shell
conflicts = gs-chrome-connector
replaces = gs-chrome-connector
- source = chrome-gnome-shell::git+https://git.gnome.org/browse/chrome-gnome-shell
+ source = git+https://git.gnome.org/browse/chrome-gnome-shell
md5sums = SKIP
pkgname = chrome-gnome-shell-git
diff --git a/PKGBUILD b/PKGBUILD
index 3760069b42e5..fbc9cd9bb271 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=('git' 'cmake')
provides=("${pkgname%-git}")
replaces=('gs-chrome-connector') # Old name, renamed at request of the maintainer
conflicts=($replaces)
-source=("${pkgname%-git}::git+https://git.gnome.org/browse/chrome-gnome-shell")
+source=("git+https://git.gnome.org/browse/chrome-gnome-shell")
md5sums=('SKIP')
pkgver() {