summarylogtreecommitdiffstats
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
commit9d596a482726f101937185ffc32eda1ab64e717e (patch)
tree8f42e24c741595aa24392b266d38124cd72001d4
parent0c3c8c18240c9f6961995186a4975217a127a4f7 (diff)
downloadaur-9d596a482726f101937185ffc32eda1ab64e717e.tar.gz
Fix: langpack has different FS path now
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 627c5632b85c..22e3a29bc886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = seamonkey-i18n-hu
pkgdesc = Hungarian language pack for SeaMonkey
pkgver = 2.53.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.seamonkey-project.org/
arch = any
license = MPL
depends = seamonkey>=2.53.5
noextract = seamonkey-2.53.5.hu.langpack.xpi
source = https://ftp.mozilla.org/pub/seamonkey/releases/2.53.5/langpack/seamonkey-2.53.5.hu.langpack.xpi
- sha256sums = 5cf15666d77bf32eee132e40c481de9b60fef8ad35c9a5ac2f2bef906c922ea3
+ sha512sums = 240e45508110dbc94d5cab61d4c6d49d155e68990d7972a660ea20705070dec03305421c6f33f97cd183fe1ee04164faa676491735c5694e7f70892cc354e82a
pkgname = seamonkey-i18n-hu
diff --git a/PKGBUILD b/PKGBUILD
index b8ad5cea8722..d2f5a89a3bcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=seamonkey-i18n-hu
pkgver=2.53.5
-pkgrel=1
+pkgrel=2
_lang=hu
pkgdesc="Hungarian 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=('5cf15666d77bf32eee132e40c481de9b60fef8ad35c9a5ac2f2bef906c922ea3')
+sha512sums=('240e45508110dbc94d5cab61d4c6d49d155e68990d7972a660ea20705070dec03305421c6f33f97cd183fe1ee04164faa676491735c5694e7f70892cc354e82a')
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"
}