summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKrzysztof AS (3ED)2020-11-30 01:01:03 +0100
committerKrzysztof AS (3ED)2020-11-30 01:01:03 +0100
commite1eb14b22e616359ccef734b12116d0b295906a5 (patch)
treeb89528a7e5cd62519c9688e560325fb896331a18 /PKGBUILD
parent0ee0b3aac0c9b13dff29dfe99d08c9db1055f652 (diff)
downloadaur-e1eb14b22e616359ccef734b12116d0b295906a5.tar.gz
Fix: langpack has different FS path now
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5e8651abd59..78e5c458575c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=seamonkey-i18n-de
pkgver=2.53.5
-pkgrel=1
+pkgrel=2
_lang=de
pkgdesc="German language pack for SeaMonkey"
arch=('any')
@@ -11,9 +11,9 @@ url="http://www.seamonkey-project.org/"
depends=("seamonkey>=${pkgver}")
source=(https://ftp.mozilla.org/pub/seamonkey/releases/${pkgver}/langpack/seamonkey-${pkgver}.${_lang}.langpack.xpi)
noextract=(seamonkey-${pkgver}.${_lang}.langpack.xpi)
-sha256sums=('c2bc97cf5768e00c3088041ea5e692df30fe08dbe31b94b9068c7a5670c70d28')
+sha512sums=('428b498c2b68fe4f6f20504698c4488999778399012a65408e3389a260d97621887b375fbfde4ee986aa2af1ed99a76d8a05e575414ee72d4debe1ad82dc181e')
package() {
install -Dm644 "${srcdir}/seamonkey-${pkgver}.${_lang}.langpack.xpi" \
- "${pkgdir}/usr/lib/seamonkey-${pkgver}/extensions/langpack-${_lang}@seamonkey.mozilla.org.xpi"
+ "${pkgdir}/usr/lib/seamonkey/extensions/langpack-${_lang}@seamonkey.mozilla.org.xpi"
}