diff options
author | github-actions[bot] | 2024-10-09 15:10:17 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-10-09 15:10:17 +0000 |
commit | 972ec854aedd1f51bab268e9bbf5e3ff0e7cda68 (patch) | |
tree | f781cb959140e71f3a8a768f094d26c0e51a5d63 /PKGBUILD | |
parent | f18f3ae9aecd44b53005df502f7c2e0409c69b82 (diff) | |
download | aur-972ec854aedd1f51bab268e9bbf5e3ff0e7cda68.tar.gz |
update to 133.0a1.20241009.094637
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ url="https://www.mozilla.org/firefox/" _url=https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi _version=133.0a1 -pkgver=133.0a1.20241008.165730 +pkgver=133.0a1.20241009.094637 depends=("firefox-nightly-bin") @@ -25,9 +25,9 @@ source=("${_pkgname_base}-${_language_short}-${pkgver}.xpi::$_url/firefox-${_ver # Don't extract anything noextract=("${_pkgname_base}-${_language_short}-${pkgver}.xpi") -sha256sums=('18a6421dda9859395166bd834271265d56cc2801b94147cc85e906aa1567660e') +sha256sums=('a0fac2a5e133c1a198fcba489a3740c1a8426b9af6d1b22071e9f0e23743ddbc') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ - "$pkgdir/opt/firefox-nightly/distribution/extensions/langpack-${_language_short}@firefox.mozilla.org.xpi" + "$pkgdir/usr/lib/firefox-nightly/distribution/extensions/langpack-${_language_short}@firefox.mozilla.org.xpi" } |