summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Nordahl Jul Sabroe2020-07-11 02:07:38 +0200
committerFrederik Nordahl Jul Sabroe2020-07-11 02:07:38 +0200
commit08b244985f34b41a7f1655480c05cb7390e7fdf8 (patch)
tree5c84d0e638d3ccf911111ec92e7c82ee26128cf8
parent97ca2865eb12877fbca27ba33ab2e3d4c1f0c9d8 (diff)
downloadaur-08b244985f34b41a7f1655480c05cb7390e7fdf8.tar.gz
Reverting the sha256sum experiment, such that checksum isn't verified
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9687795a4f4d..9fb8e4b3faa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hunspell-da
pkgdesc = Danish hunspell dictionaries
pkgver = 2.6.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.stavekontrolden.dk/
arch = any
license = GPL2
@@ -9,7 +9,7 @@ pkgbase = hunspell-da
license = MPL
optdepends = hunspell: the spell checking libraries and apps
source = da_DK-hunspell-da-2.6.1.oxt::https://stavekontrolden.dk/dictionaries/da_DK/da_DK.oxt
- sha256sums = 0ea3b76abf59306834a9e01010362700029bbffc7268706c91b2ea1438847138
+ sha256sums = SKIP
pkgname = hunspell-da
diff --git a/PKGBUILD b/PKGBUILD
index 927b75a39c42..51245660a35b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,17 @@
# Maintainer: Jamie Magee <jamie dot magee at gmail dot com>
pkgname=hunspell-da
pkgver=2.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="Danish hunspell dictionaries"
arch=('any')
url="http://www.stavekontrolden.dk/"
license=('GPL2' 'LGPL2.1' 'MPL')
optdepends=('hunspell: the spell checking libraries and apps')
source=("da_DK-${pkgname}-${pkgver}.oxt::https://stavekontrolden.dk/dictionaries/da_DK/da_DK.oxt")
-sha256sums=('0ea3b76abf59306834a9e01010362700029bbffc7268706c91b2ea1438847138')
+sha256sums=('SKIP')
package() {
cd "$srcdir"
- cp "da_DK-${pkgname}-${pkgver}.oxt" "da_DK.oxt"
install -dm755 "${pkgdir}"/usr/share/hunspell
install -m644 da_DK.dic da_DK.aff $pkgdir/usr/share/hunspell