summaryrefslogtreecommitdiff
path: root/libre/iceweasel-l10n
diff options
context:
space:
mode:
Diffstat (limited to 'libre/iceweasel-l10n')
-rw-r--r--libre/iceweasel-l10n/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/libre/iceweasel-l10n/PKGBUILD b/libre/iceweasel-l10n/PKGBUILD
index 21972ffe8..92ae3b6e3 100644
--- a/libre/iceweasel-l10n/PKGBUILD
+++ b/libre/iceweasel-l10n/PKGBUILD
@@ -15,8 +15,11 @@ epoch=1
_pkgver_x86_64=70.0.1
_pkgver_i686=66.0.3
_pkgver_armv7h=65.0.2
-eval "pkgver=\$_pkgver_$CARCH"
-pkgrel=1
+_pkgrel_x86_64=1
+_pkgrel_i686=1
+_pkgrel_armv7h=1
+eval "pkgver=\$_pkgver_${CARCH}" # this is actually an 'any' package
+eval "pkgrel=\$_pkgrel_${CARCH}" # but our different arches do not always roll at the same speed
pkgdesc="Language pack for Iceweasel."
arch=('x86_64' 'i686' 'armv7h')
url="https://wiki.parabola.nu/iceweasel"