summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron McDaniel (mcd1992)2017-12-05 12:56:16 -0600
committerAaron McDaniel (mcd1992)2017-12-05 12:56:16 -0600
commit7ccc9a125be24b44adfb0c56a9d0241af096f618 (patch)
tree3f25bde904194213576f6f33bc428929168c8bac
parentbd45dcff207af56f410d99535d7ade87f5d541d9 (diff)
downloadaur-7ccc9a125be24b44adfb0c56a9d0241af096f618.tar.gz
Moved to git+https download source
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cf0505afaac..9fe61e6a2b6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Christer Edwards <christer.edwards@gmail.com>
pkgname=salt-git
-pkgver=2017.5.r584.gf0a9767a96
+pkgver=2017.7.1.r5791.g1463e036d7
pkgrel=1
-pkgdesc="A remote execution and communication system built on zeromq"
-url="https://github.com/saltstack/salt"
+pkgdesc='A remote execution and communication system built on zeromq'
+url='https://github.com/saltstack/salt'
arch=('any')
license=('APACHE')
makedepends=('git' 'gcc')
@@ -33,7 +33,7 @@ backup=('etc/salt/master'
'etc/salt/minion')
conflicts=('salt')
provides=('salt')
-source=("${pkgname}::git://github.com/saltstack/salt.git")
+source=("${pkgname}::git+https://github.com/saltstack/salt.git")
md5sums=('SKIP')
pkgver() {