diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-27 13:09:29 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-27 13:09:29 -0200 |
commit | 3ca21aa48b6d638985d41b8c3d298993d0c7c4f4 (patch) | |
tree | d8f4da98b1d81185b85c84c5e8bf06b95af3c583 /libre/iceape-libre/PKGBUILD | |
parent | 960da58d4a3e44e11ab23d73a136039981fe31fd (diff) |
iceape-libre-2.7.11.1-2: replacing ddg lite to ddg html
Diffstat (limited to 'libre/iceape-libre/PKGBUILD')
-rwxr-xr-x | libre/iceape-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/iceape-libre/PKGBUILD b/libre/iceape-libre/PKGBUILD index 2247f0a8a..2325b8cd7 100755 --- a/libre/iceape-libre/PKGBUILD +++ b/libre/iceape-libre/PKGBUILD @@ -11,7 +11,7 @@ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } _pkgname=${_debname} pkgname=${_debname}-libre pkgver=${_debver}.${_debrel} -pkgrel=1 +pkgrel=2 pkgdesc="A libre version of Debian Iceape, the Internet Suite based on Mozilla Seamonkey." arch=('i586' 'i686' 'x86_64' 'mips64el') license=('GPL2' 'MPL' 'LGPL') @@ -35,7 +35,7 @@ md5sums=('40473b4c662975eda865e1fc35c4953b' '7266333e31731af8bb50c2eca8d0bd26' '25b6fe16ac24cd5c852213e5c1adb272' 'c395d443a8c4c16880c7322bcf174743' - '433b5cd7f02f0ed8861237e877f51ebf') + 'ed7a06c9e73a9f3e023d7bff9878504b') build() { export QUILT_PATCHES=debian/patches |