summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Heald2016-12-06 10:00:37 -0800
committerJim Heald2016-12-06 10:00:37 -0800
commitbf1b07bf942d381a064049a9a7d2446fd208de21 (patch)
tree33309b25c3c08c67722b2b65d88b0f07614d3452
parent72e84e387f3579345dfe078ebf49918765e31fa4 (diff)
downloadaur-bf1b07bf942d381a064049a9a7d2446fd208de21.tar.gz
Added gtk3 as dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ab3e6e61dca..e73ce061f6bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=pyflowchart-git
pkgver=0.9.1
-pkgrel=5
+pkgrel=6
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')
+depends=('python-setuptools' 'gobject-introspection' 'python-gobject' 'gtk3')
makedepends=('git' 'cython')
source=("git+https://github.com/steelcowboy/PyFlowChart.git" "pyflowchart.desktop")
sha256sums=('SKIP' '5f1cfdfd272605ac2db8a644ad07dd6a49eea91a90529b4b7994de45883c0b65')