diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2020-12-21 05:58:29 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2021-01-08 18:38:28 -0500 |
commit | 10775484b9735cd754fa9284a6bb75e35827f6d2 (patch) | |
tree | 634b769437f4c185b9f5f9f598e57465fcac133b | |
parent | 9cc4f25e358843ce986153bfd55630dc19035323 (diff) | |
download | abslibre-10775484b9735cd754fa9284a6bb75e35827f6d2.tar.gz abslibre-10775484b9735cd754fa9284a6bb75e35827f6d2.tar.bz2 abslibre-10775484b9735cd754fa9284a6bb75e35827f6d2.zip |
[icecat]: update v78.4.0 source-ball URL
-rw-r--r-- | libre/icecat/PKGBUILD | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 251649162..ab4f84fb4 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -13,17 +13,19 @@ # Maintainer: Andreas Grapentin <andreas@grapentin.org> -# NOTE: this is a not a release -# it is a WIP, based on an untested, pre-release source-ball -# which is published only for the sake of those who want to help +# NOTE: icecat (60.7 < V <= 78.4) are not upstream releases +# upstream releases would normally have '-gnu' appended to $_upstream_ver +# this build is based on gnuzilla VCS developement sources +# rev: 05adddbf87a5ee11de7cd90794c331a178bcfd5c + # needed for the !(...) matching in prepare() shopt -s extglob pkgname=icecat -_upstream_ver=78.4.0-gnu1 +_upstream_ver=78.4.0 # -gnu pkgver=${_upstream_ver//-/_} -pkgrel=3.2 +pkgrel=1 pkgdesc="GNU IceCat - a libre standalone web browser based on Mozilla Firefox ESR" arch=(x86_64 i686 armv7h) license=(MPL GPL LGPL) @@ -39,7 +41,7 @@ optdepends=('networkmanager: Location detection via available WiFi networks' 'speech-dispatcher: Text-to-Speech' 'hunspell-en_US: Spell checking, American English') options=(!emptydirs !makeflags !strip) -source=(https://repo.parabola.nu/other/wip/${pkgname}-${_upstream_ver}-pre.tar.bz2{,.sig} +source=(https://repo.parabola.nu/other/${pkgname}/${pkgname}-${_upstream_ver}-pre.tar.bz2{,.sig} ${pkgname}.desktop 0001-Use-remoting-name-for-GDK-application-names.patch rust_1.48.patch.gz) |