summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122015-10-03 10:36:20 +0200
committerwillemw122015-10-03 10:36:20 +0200
commitafeb3629a8d238f7d72e267dd15098528a9f316e (patch)
treeaa71f0494508dd9313bf6aabfcef20c68d7a4917 /PKGBUILD
parent5a83b292c313665e25637903180493bc80fb58c8 (diff)
downloadaur-afeb3629a8d238f7d72e267dd15098528a9f316e.tar.gz
Add 'git' to makedepends
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')