summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ad13a0216ef..799d1c16fbb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,12 @@
_pkgname=ulipad
pkgname=$_pkgname-git
pkgver=r10.c8627cb
-pkgrel=1
+pkgrel=2
pkgdesc="A wxPython powered, programmer oriented and flexible editor"
arch=('any')
url="https://github.com/limodou/ulipad"
license=('GPL')
+makedepends=('git')
depends=('wxpython')
optdepends=('psyco: speed support'
'python2-pyenchant: spell-checking support')