diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-12 01:49:43 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-12 01:49:43 -0300 |
commit | 733cab4e88cc6e23aa5693566c2ba5bf019ae049 (patch) | |
tree | b49a22d0767cfe32a8a40b1576300d806c8dd3c6 /libre | |
parent | 8f994e3a1c6fd32aa12a3d60547f514a84387d06 (diff) |
iceape-libre-2.7.4-1: fixing some parts on PKGBUILD
Diffstat (limited to 'libre')
-rw-r--r-- | libre/iceape-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/iceape-libre/PKGBUILD b/libre/iceape-libre/PKGBUILD index 03441e568..f777e988b 100644 --- a/libre/iceape-libre/PKGBUILD +++ b/libre/iceape-libre/PKGBUILD @@ -12,7 +12,7 @@ _pkgname=${_debname} pkgname=${_debname}-libre pkgver=${_debver} pkgrel=1 -pkgdesc="A libre version of Debian Iceape, the internet suite based on Mozilla Seamonkey." +pkgdesc="A libre version of Debian Iceape, the Internet Suite based on Mozilla Seamonkey." arch=('i586' 'i686' 'x86_64' 'mips64el') license=('GPL2' 'MPL' 'LGPL') depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'mozilla-searchplugins' 'nss' 'sqlite' 'startup-notification') |