diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-02 13:37:14 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-02 13:37:14 -0200 |
commit | c263eb4fd1a9ccb79202f226cf3dc519de9cc296 (patch) | |
tree | 987f463a5a3cca53d5770d322ce407fad8491c36 /libre/iceape-i18n/PKGBUILD | |
parent | aad9ae5bb9c05c5725a66a0380da9096eaee9de4 (diff) |
iceweasel-i18n-2.7.11.1-1: fixing iceape-libre version dependency
Diffstat (limited to 'libre/iceape-i18n/PKGBUILD')
-rwxr-xr-x | libre/iceape-i18n/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/iceape-i18n/PKGBUILD b/libre/iceape-i18n/PKGBUILD index 815f0e340..ef9906627 100755 --- a/libre/iceape-i18n/PKGBUILD +++ b/libre/iceape-i18n/PKGBUILD @@ -24,13 +24,13 @@ pkgname=($(for lang in ${_langpacks[@]} done)) _pkgver=2.7.11 pkgver=${_debver}.${_debrel} -pkgrel=1 +pkgrel=2 pkgdesc="Language packs for Debian Iceape." arch=('any') url="http://packages.debian.org/source/sid/iceape" license=('MPL') -depends=("iceape-libre>=$_pkgver") +depends=("iceape-libre>=$pkgver") source=() for lang in ${_langpacks[@]} do |