summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfda9d7b965c..648ede6dfb71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Apr 19 16:14:34 UTC 2017
+# Sun Jul 23 11:29:04 UTC 2017
pkgbase = hyphen-en-us
pkgdesc = English hyphenation rules (en_US only)
pkgver = 2.8.8
- pkgrel = 2
+ pkgrel = 3
url = http://hunspell.sf.net
arch = any
license = GPL2
license = LGPL2.1
license = MPL
source = http://downloads.sourceforge.net/hunspell/hyphen-2.8.8.tar.gz
- sha1sums = 0556c392beb59433e577e3517575801212201df6
+ sha256sums = 304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705
pkgname = hyphen-en-us
diff --git a/PKGBUILD b/PKGBUILD
index 5e7f05b61d52..ad52d18f4dd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname='hyphen-en-us'
pkgver=2.8.8
-pkgrel=2
+pkgrel=3
arch=('any')
url="http://hunspell.sf.net"
license=('GPL2' 'LGPL2.1' 'MPL')
pkgdesc="English hyphenation rules (en_US only)"
source=(http://downloads.sourceforge.net/hunspell/hyphen-${pkgver}.tar.gz)
-sha1sums=('0556c392beb59433e577e3517575801212201df6')
-PKGEXT='.pkg.tar'
+sha256sums=('304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705')
package() {
cd hyphen-${pkgver}