summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Heald2016-11-21 13:22:26 -0800
committerJim Heald2016-11-21 13:22:26 -0800
commit067fac9e74730a991b25f3b86f10446619ce85ef (patch)
treecd64e7544f8a8938afdc3b80f64f5886eb506dcd
parent15ac316210ebcceafc7bbbb25d6157047f311c8c (diff)
downloadaur-067fac9e74730a991b25f3b86f10446619ce85ef.tar.gz
Debugging PKGBUILD
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab6f6b4b6f96..76d2f182292b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=pyflowchart-git
pkgver=0.9.1
-pkgrel=3
+pkgrel=4
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=("git+https://github.com/steelcowboy/PyFlowChart.git" "pyflowchart.desktop")
+source=("https://github.com/steelcowboy/PyFlowChart.git" "pyflowchart.desktop")
sha256sums=('SKIP' '5f1cfdfd272605ac2db8a644ad07dd6a49eea91a90529b4b7994de45883c0b65')
build() {