summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-12-21 05:58:29 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2021-01-04 04:03:36 -0500
commit4f6e9acd7de4b8704f80901e86e999c1a77ff8bb (patch)
tree056edf5ea61c94d43a950a9c8858961c7768f63f
parent042683122e543ca82f39d119298a7ebbccca492e (diff)
[icecat]: update v78.4.0 source-ball URL
-rw-r--r--libre/icecat/PKGBUILD14
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)