summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMladen Pejaković2017-04-08 17:52:00 +0200
committerMladen Pejaković2017-04-08 17:52:00 +0200
commit164833089153b864afc041ec036c7bb78e59161a (patch)
tree910717b484892babc86b553cade2d7f3f61da7b5
parent7cd8f0385d5e322694db3be3b696637b04f764ff (diff)
downloadaur-hunspell-sr.tar.gz
Update to e1ff02b (Jun the 1st, 2016 commit)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1d12c2ad927..268e6ab10b3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hunspell-sr
pkgdesc = Serbian Cyrillic and Latin hunspell dictionaries
- pkgver = 20140313
+ pkgver = 20170408
pkgrel = 1
url = https://github.com/grakic/hunspell-sr
arch = any
@@ -9,8 +9,8 @@ pkgbase = hunspell-sr
license = MPL
license = CC BY-SA 3.0 Unported
optdepends = hunspell: the spell checking libraries and apps
- source = hunspell-sr-20140313.tar.gz::https://github.com/grakic/hunspell-sr/archive/e1ff02b45c8e133a617a1c98cae146299bc0d4de.tar.gz
- sha1sums = aa2f25f4f1dfcbc9d50d32fe63d07062eaa7054c
+ source = hunspell-sr-20170408.tar.gz::https://github.com/grakic/hunspell-sr/archive/acb1ebbcc60216a927622dfb6ceda8f067161f27.tar.gz
+ sha256sums = 867fb47cc588a8466e5fbfdb013d9f71f842227777bc8e432269315b063dc7d8
pkgname = hunspell-sr
diff --git a/PKGBUILD b/PKGBUILD
index 96f9da30806f..de9150f5243b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Mladen Pejaković <pejakm at autistici dot org>
pkgname=hunspell-sr
-pkgver=20140313
-_git=e1ff02b45c8e133a617a1c98cae146299bc0d4de
+pkgver=20170408
+_git=acb1ebbcc60216a927622dfb6ceda8f067161f27
pkgrel=1
pkgdesc="Serbian Cyrillic and Latin hunspell dictionaries"
arch=(any)
@@ -11,7 +11,7 @@ url="https://github.com/grakic/hunspell-sr"
license=('GPL' 'LGPL' 'MPL' 'CC BY-SA 3.0 Unported')
optdepends=('hunspell: the spell checking libraries and apps')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/grakic/hunspell-sr/archive/${_git}.tar.gz")
-sha1sums=('aa2f25f4f1dfcbc9d50d32fe63d07062eaa7054c')
+sha256sums=('867fb47cc588a8466e5fbfdb013d9f71f842227777bc8e432269315b063dc7d8')
build() {
/bin/true
@@ -30,4 +30,4 @@ package() {
install -D -m644 README.txt ${pkgdir}/usr/share/licenses/${pkgname}/Copyright
install -D -m644 README_sr.txt ${pkgdir}/usr/share/licenses/${pkgname}/Copyright_sr
install -D -m644 README-sr-Latn.txt ${pkgdir}/usr/share/licenses/${pkgname}/Copyright_sr-Latn
-} \ No newline at end of file
+}