summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik "Freso" S. Olesen2014-03-11 16:21:07 +0100
committerFrederik "Freso" S. Olesen2014-03-11 16:21:07 +0100
commit86d813435dfb9ddf3e80fca866653b3aa1d21ae9 (patch)
tree24274ab8c45c8c5f33712678fef5fe85e70c1421
parent7646e78e13741ab58461d6f8a8f04c8596e06338 (diff)
downloadaur-86d813435dfb9ddf3e80fca866653b3aa1d21ae9.tar.gz
mopidy-git: Use Git-over-HTTPS and don't specify "master" branch.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83e132e5b669..68f4227da4d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,7 +22,7 @@ pkgbase = mopidy-git
optdepends = python2-dbus: MPRIS frontend
provides = mopidy
conflicts = mopidy
- source = git://github.com/mopidy/mopidy.git#branch=master
+ source = git+https://github.com/mopidy/mopidy.git
source = mopidy@.service
md5sums = SKIP
md5sums = eee7b58b4eb5ca7de27f67e174ab7f9a
diff --git a/PKGBUILD b/PKGBUILD
index e9107e437994..c4c3ba0d7b00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ optdepends=('python2-cherrypy: HTTP frontend'
'python2-dbus: MPRIS frontend')
conflicts=('mopidy')
provides=('mopidy')
-source=('git://github.com/mopidy/mopidy.git#branch=master'
+source=('git+https://github.com/mopidy/mopidy.git'
'mopidy@.service')
md5sums=('SKIP'
'eee7b58b4eb5ca7de27f67e174ab7f9a')