summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Santos2015-12-18 17:26:56 +0000
committerMauro Santos2015-12-18 17:26:56 +0000
commit79d9eb7cf78fd1b1057142e755ff82242a780f05 (patch)
tree7370ca1aeb34d247f1b95b5c6df1d213b1d57058
parent70b61bbdb142a082a5f16014d136f1d92dd62166 (diff)
downloadaur-79d9eb7cf78fd1b1057142e755ff82242a780f05.tar.gz
Update to revision 20151003
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77628c9bc209..ce0ab69363d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Dec 18 17:26:56 UTC 2015
pkgbase = hunspell-pt_pt
pkgdesc = Portuguese (European, post-orthographic agreement) hunspell dictionaries
- pkgver = 20150704
+ pkgver = 20151003
pkgrel = 1
url = http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/
arch = any
@@ -8,8 +10,8 @@ pkgbase = hunspell-pt_pt
license = LGPL
license = MPL
optdepends = hunspell: the spell checking libraries and apps
- source = http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/hunspell-pt_PT-20150704.tar.gz
- md5sums = 66c992c86b3ceffa27d449957b69b0dc
+ source = http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/hunspell-pt_PT-20151003.tar.gz
+ md5sums = 3ac264f03a91ba5c393f9b75f03f2e72
pkgname = hunspell-pt_pt
diff --git a/PKGBUILD b/PKGBUILD
index 669a9719e275..025867c9c584 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='hunspell-pt_pt'
_pkgname='hunspell-pt_PT'
-pkgver=20150704
+pkgver=20151003
pkgrel=1
pkgdesc="Portuguese (European, post-orthographic agreement) hunspell dictionaries"
arch=('any')
@@ -10,7 +10,7 @@ url="http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/"
license=('GPL' 'LGPL' 'MPL')
optdepends=('hunspell: the spell checking libraries and apps')
source=("http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/$_pkgname-$pkgver.tar.gz")
-md5sums=('66c992c86b3ceffa27d449957b69b0dc')
+md5sums=('3ac264f03a91ba5c393f9b75f03f2e72')
PKGEXT='.pkg.tar'
build() {
@@ -29,11 +29,11 @@ package() {
ln -sv /usr/share/hunspell/$(basename ${file}) .
done
popd
-
+
# docs
install -dm755 $pkgdir/usr/share/doc/$pkgname
install -m644 README_pt_PT.txt $pkgdir/usr/share/doc/$pkgname
-
+
# licences
install -dm755 $pkgdir/usr/share/licenses/$pkgname/
install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname