# Contributor: Felix Golatofski # Contributor: Swift Geek # Maintainer: Sving1024 pkgrel=1 arch=('any') license=('MPL' 'GPL' 'LGPL') url="https://www.mozilla.org/firefox/" _url=https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi _version=134.0a1 pkgver=134.0a1.20241101.161158 depends=("firefox-nightly") _language="Afrikaans" _language_short=af _pkgname_base=firefox-nightly-i18n pkgname=${_pkgname_base}-${_language_short,,} pkgdesc="${_language} language pack for Firefox Nightly" groups=('firefox-nightly-i18n') source=("${_pkgname_base}-${_language_short}-${pkgver}.xpi::$_url/firefox-${_version}.${_language_short}.langpack.xpi") # Don't extract anything noextract=("${_pkgname_base}-${_language_short}-${pkgver}.xpi") sha256sums=('cb5a981f466ffc7a8648b49f699c3d9ab245a7ea68e06501601c1e05785494e3') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ "$pkgdir/usr/lib/firefox-nightly/distribution/extensions/langpack-${_language_short}@firefox.mozilla.org.xpi" }