summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4b05aae31e1..1c826d71f6a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=seamonkey-i18n-pt-pt
pkgver=2.53.5
-pkgrel=1
+pkgrel=2
_lang=pt-PT
pkgdesc="Portuguese (Portugal) 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=('6a5fe9b7defc8f9c1c9c92b9bb2bb67e9002bc52ede602e391a57e342732e079')
+sha512sums=('f4af9f6fdfc3d42d3554bdae548761f35fb7b263db696b0b9876f237783fbc2ff6e5fdc514e58da6996349254fceb58baf6964684f7f6092058a58858f69b5e1')
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"
}