summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Heald2017-02-17 19:36:06 -0800
committerJim Heald2017-02-17 19:36:06 -0800
commitc45076b179e7e71f69dcdefc2e49c3d5f9506062 (patch)
tree018b1002a4fb2b7f203332a7aef29f40ea49eb6a
parent0870dc5bc2a637e3e8ad21799a0d142deea1c8c0 (diff)
downloadaur-c45076b179e7e71f69dcdefc2e49c3d5f9506062.tar.gz
Don't use Cython anymore
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d0fa3a815c5..0ed9b7b664db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyflowchart-git
pkgdesc = Application to help manage curriculum flowcharts at CalPoly
pkgver = 0.9.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/steelcowboy/PyFlowChart
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index c66d550c15ea..700c972b9b61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pyflowchart-git
pkgver=0.9.2
-pkgrel=1
+pkgrel=2
pkgdesc="Application to help manage curriculum flowcharts at CalPoly"
arch=('any')
url="https://github.com/steelcowboy/PyFlowChart"