summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-08-11 11:13:01 +0100
committerGrey Christoforo2016-08-11 11:13:01 +0100
commitad6523fc631ef5768a819ffe8443caa7c016cbc6 (patch)
tree046b03a96362d7ce7e669342fb4090b2c996eee1
parentf207e991c6f89f065af175d4d8e23d4a2b0080e2 (diff)
downloadaur-ad6523fc631ef5768a819ffe8443caa7c016cbc6.tar.gz
update git url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9689e99bda45..134cecbe9b80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Aug 10 11:05:59 UTC 2016
+# Thu Aug 11 10:12:56 UTC 2016
pkgbase = python-matplotlib-git
pkgdesc = A python plotting library for making publication quality plots, master git branch
pkgver = 1
@@ -58,7 +58,7 @@ pkgbase = python-matplotlib-git
makedepends = python-cycler
makedepends = python2-cycler
makedepends = python2-functools32
- source = git://github.com/matplotlib/matplotlib
+ source = git+git://github.com/matplotlib/matplotlib.git#branch=master
source = setup.cfg
md5sums = SKIP
md5sums = 5fa7d3c374ec049e3ed592ddff0111be
diff --git a/PKGBUILD b/PKGBUILD
index 06de2eb6a8a5..316c78efb4d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ makedepends=('rsync' 'git' 'python2-pytz' 'python2-numpy' 'python2-pyqt4' 'pytho
'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 'python-pyqt5' 'python2-pyqt5'
'libxkbcommon-x11' 'python-pillow' 'python2-pillow' 'python-setuptools'
'python2-setuptools' 'python-cycler' 'python2-cycler' 'python2-functools32')
-source=("git://github.com/matplotlib/matplotlib" setup.cfg)
+source=("git+git://github.com/matplotlib/matplotlib.git#branch=master" setup.cfg)
md5sums=('SKIP'
'5fa7d3c374ec049e3ed592ddff0111be')
@@ -132,5 +132,3 @@ package_python-matplotlib-git() {
install -dm755 "${pkgdir}"/usr/share/licenses/python-matplotlib
install -m 644 doc/users/license.rst "${pkgdir}"/usr/share/licenses/python-matplotlib
}
-md5sums=('SKIP'
- '5fa7d3c374ec049e3ed592ddff0111be')