summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Heald2017-02-25 19:27:27 -0800
committerJim Heald2017-02-25 19:27:27 -0800
commitd6eab0f19c1c1739138c7dc46888ee91975f0af2 (patch)
treed1bb869e7bb547d83fed1ce34b3f50e74d9a2ef1
parentc45076b179e7e71f69dcdefc2e49c3d5f9506062 (diff)
downloadaur-d6eab0f19c1c1739138c7dc46888ee91975f0af2.tar.gz
Got rid of unecessary cython dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ed9b7b664db..df0575ce5c58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = pyflowchart-git
pkgdesc = Application to help manage curriculum flowcharts at CalPoly
- pkgver = 0.9.2
- pkgrel = 2
+ pkgver = 0.9.3
+ pkgrel = 1
url = https://github.com/steelcowboy/PyFlowChart
arch = any
license = BSD
makedepends = git
- makedepends = cython
depends = python-setuptools
depends = gobject-introspection
depends = python-gobject
diff --git a/PKGBUILD b/PKGBUILD
index 700c972b9b61..fbea7c293833 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jim Heald <james.r.heald@gmail.com>
pkgname=pyflowchart-git
-pkgver=0.9.2
-pkgrel=2
+pkgver=0.9.3
+pkgrel=1
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' 'gtk3')
-makedepends=('git' 'cython')
+makedepends=('git')
source=("git+https://github.com/steelcowboy/PyFlowChart.git" "pyflowchart.desktop")
sha256sums=('SKIP' '5f1cfdfd272605ac2db8a644ad07dd6a49eea91a90529b4b7994de45883c0b65')