diff options
author | Paul Onyschuk <blink@bojary.koba.pl> | 2011-08-03 22:33:39 +0200 |
---|---|---|
committer | Paul Onyschuk <blink@bojary.koba.pl> | 2011-08-03 22:33:39 +0200 |
commit | 33c8eda5568249f71e503787c571e5b492e44062 (patch) | |
tree | 85f54a1ed1506471c9526bf83662c2db89b42f63 /testing/hessling-editor | |
parent | 29bbbeb3db30522980c2864f55822826b848c805 (diff) | |
download | aports-33c8eda5568249f71e503787c571e5b492e44062.tar.bz2 aports-33c8eda5568249f71e503787c571e5b492e44062.tar.xz |
testing/hessling-editor: change regina-rexx dependency
Diffstat (limited to 'testing/hessling-editor')
-rw-r--r-- | testing/hessling-editor/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/hessling-editor/APKBUILD b/testing/hessling-editor/APKBUILD index 001c9726b0..7153775cae 100644 --- a/testing/hessling-editor/APKBUILD +++ b/testing/hessling-editor/APKBUILD @@ -4,14 +4,14 @@ pkgname=hessling-editor _pkgname=THE pkgver=3.3_rc1 _pkgver=3.3RC1 -pkgrel=0 +pkgrel=1 pkgdesc="Powerful text editor modelled on the XEDIT with the best features of Kedit." url="http://hessling-editor.sourceforge.net/" arch="all" license="GPL" depends="" depends_dev= -makedepends="ncurses-dev regina-rexx-dev" +makedepends="ncurses-dev regina-rexx" install="" subpackages="$pkgname-doc" source="http://downloads.sourceforge.net/$pkgname/$_pkgname-$_pkgver.tar.gz" |