summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd39cb0b984c..470987b1e894 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Sun Apr 30 11:22:41 UTC 2017
pkgbase = hunspell-tr
pkgdesc = Turkish Dictionary for Hunspell
pkgver = 0.1
- pkgrel = 4
+ pkgrel = 5
url = http://tr-spell.googlecode.com/
arch = any
license = LGPL
license = BSD
depends = hunspell
- source = http://tr-spell.googlecode.com/files/Hunspell_tr_TR_v.0.1.zip
- md5sums = 774eae07421f2823898a2a423245b472
+ source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/tr-spell/Hunspell_tr_TR_v.0.1.zip
+ sha256sums = 894d35f3242f47251ef729d4ea091f44364d8c5b0f237c0c5a8ac2b2148f1136
pkgname = hunspell-tr
diff --git a/PKGBUILD b/PKGBUILD
index c97acb9fb5b5..7cfbc70be4ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
+# Maintainer: Caleb Maclennan <caleb@alerque.com>
+#
# Contributor: btg <btgunes at gmail dot com>
pkgname=hunspell-tr
pkgver=0.1
-pkgrel=4
+pkgrel=5
pkgdesc="Turkish Dictionary for Hunspell"
arch=('any')
url="http://tr-spell.googlecode.com/"
license=('LGPL' 'BSD')
depends=('hunspell')
-source=(http://tr-spell.googlecode.com/files/Hunspell_tr_TR_v.0.1.zip)
-md5sums=('774eae07421f2823898a2a423245b472')
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/tr-spell/Hunspell_tr_TR_v.${pkgver}.zip")
+sha256sums=('894d35f3242f47251ef729d4ea091f44364d8c5b0f237c0c5a8ac2b2148f1136')
package() {
cd $srcdir