summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Heald2016-12-06 09:55:52 -0800
committerJim Heald2016-12-06 09:55:52 -0800
commit72e84e387f3579345dfe078ebf49918765e31fa4 (patch)
tree856724d8ac2464c196c146034ee5da64d96a61ed
parent067fac9e74730a991b25f3b86f10446619ce85ef (diff)
downloadaur-72e84e387f3579345dfe078ebf49918765e31fa4.tar.gz
Apparently needed the git in the source
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76d2f182292b..4ab3e6e61dca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=pyflowchart-git
pkgver=0.9.1
-pkgrel=4
+pkgrel=5
pkgdesc="Application to help manage curriculum flowcharts at CalPoly"
arch=('any')
url="https://github.com/steelcowboy/PyFlowChart"
license=('BSD')
depends=('python-setuptools' 'gobject-introspection' 'python-gobject')
makedepends=('git' 'cython')
-source=("https://github.com/steelcowboy/PyFlowChart.git" "pyflowchart.desktop")
+source=("git+https://github.com/steelcowboy/PyFlowChart.git" "pyflowchart.desktop")
sha256sums=('SKIP' '5f1cfdfd272605ac2db8a644ad07dd6a49eea91a90529b4b7994de45883c0b65')
build() {