edbrowse: fix short_desc.
This commit is contained in:
parent
bfc615efc7
commit
fa82a4a009
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'edbrowse'
|
||||
pkgname=edbrowse
|
||||
version=3.5.1
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="unzip pkg-config"
|
||||
makedepends="mozjs24-devel libressl-devel pcre-devel libcurl-devel readline-devel"
|
||||
short_desc="line-oriented text editor and web browser similar to ed(1)"
|
||||
short_desc="Line-oriented text editor and web browser similar to ed(1)"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://the-brannons.com/edbrowse/"
|
||||
|
@ -25,4 +25,4 @@ do_install() {
|
|||
vdoc README
|
||||
vdoc CHANGES
|
||||
vlicense COPYING
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue