summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Santos2017-07-23 12:20:59 +0100
committerMauro Santos2017-07-23 12:36:07 +0100
commit120ac6f93844e3cf710cdcbf0360a762354147fe (patch)
tree372884018fcfe000eacd5d7af5698e89befded24
parent0430239576bfc5262326f9e27991498a02c5cd67 (diff)
downloadaur-120ac6f93844e3cf710cdcbf0360a762354147fe.tar.gz
Update to revision 20170615
Don't override PKGEXT Use sha256sum instead of sha512sum Remove unneeded build function
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71aeb32da99f..1c2f8f046752 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 1 20:05:36 UTC 2017
+# Sun Jul 23 11:33:39 UTC 2017
pkgbase = hunspell-pt_pt
pkgdesc = Portuguese (European, post-orthographic agreement) hunspell dictionaries
- pkgver = 20170309
+ pkgver = 20170615
pkgrel = 1
url = http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/
arch = any
@@ -10,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-20170309.tar.gz
- sha512sums = 935e3375eb0172cce08b4ac7cc8148f47b2cf414eb4bd8a74961bce2c5bd58fa072382bbccb50b36e9e717b6d89019e75f69ae1ce50d7fdfba805ab04342702b
+ source = http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/hunspell-pt_PT-20170615.tar.gz
+ sha256sums = 00846d497203a34a6e22c24c58f5c5475bd3812387d511bda5713d9e79d57f29
pkgname = hunspell-pt_pt
diff --git a/PKGBUILD b/PKGBUILD
index b8e2bc04ee9d..e39f0225b28e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='hunspell-pt_pt'
_pkgname='hunspell-pt_PT'
-pkgver=20170309
+pkgver=20170615
pkgrel=1
pkgdesc="Portuguese (European, post-orthographic agreement) hunspell dictionaries"
arch=('any')
@@ -10,12 +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")
-sha512sums=('935e3375eb0172cce08b4ac7cc8148f47b2cf414eb4bd8a74961bce2c5bd58fa072382bbccb50b36e9e717b6d89019e75f69ae1ce50d7fdfba805ab04342702b')
-PKGEXT='.pkg.tar'
-
-build() {
- /bin/true
-}
+sha256sums=('00846d497203a34a6e22c24c58f5c5475bd3812387d511bda5713d9e79d57f29')
package() {
cd $srcdir/$_pkgname-$pkgver