summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa3754e3daff..fec5d1b878ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ulipad-git
- pkgdesc = A wxPython powered, programmer oriented and flexible editor
+ pkgdesc = Programmer oriented and flexible editor
pkgver = r13.4c7d590
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/limodou/ulipad
arch = any
license = GPL
makedepends = git
- depends = wxpython
+ depends = python2-wxpython3-gtk3
optdepends = python2-pyenchant: spell-checking support
source = ulipad-git::git+https://github.com/limodou/ulipad.git
source = ulipad.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 8ed2ed33d14d..0f36e5be377e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
pkgname=ulipad-git
pkgver=r13.4c7d590
-pkgrel=2
-pkgdesc="A wxPython powered, programmer oriented and flexible editor"
+pkgrel=3
+pkgdesc="Programmer oriented and flexible editor"
arch=('any')
url="https://github.com/limodou/ulipad"
license=('GPL')
makedepends=('git')
-depends=('wxpython')
-optdepends=('python2-pyenchant: spell-checking support') #'psyco: speed support'
+depends=('python2-wxpython3-gtk3')
+optdepends=('python2-pyenchant: spell-checking support') # 'psyco: speed support'
source=($pkgname::git+$url.git
"${pkgname%-git}.desktop"
"${pkgname%-git}.png"