summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorL.G. Sarmiento2018-10-08 16:41:45 +0200
committerL.G. Sarmiento2018-10-08 16:41:45 +0200
commitd1d43b9e861b439c8ab1ebccda3ed6805a386038 (patch)
tree0239dd8a094e520f4d610ef9e8bcaa2e28bed558
parentfb743bfeb6645fe83bfce6aa1906ea3b1029a08c (diff)
downloadaur-d1d43b9e861b439c8ab1ebccda3ed6805a386038.tar.gz
changed to sha256 instead of md5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbbf48ff7335..43cb722179e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Sep 28 12:09:01 UTC 2018
+# Mon Oct 8 14:40:29 UTC 2018
pkgbase = artha
pkgdesc = A free cross-platform English thesaurus based on WordNet
pkgver = 1.0.3
- pkgrel = 7
+ pkgrel = 8
url = http://artha.sourceforge.net/wiki/index.php/Home
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = artha
optdepends = aspell-en: to show suggestion with aspell in English
options = !emptydirs
source = https://downloads.sourceforge.net/sourceforge/artha/artha-1.0.3.tar.bz2
- md5sums = 9bc69f5666a1f494e21a0a0add9ebb16
+ sha256sums = 9d792778cd268fcbeaee6500099edea95672dcfed785d805c26ca87a288c2463
pkgname = artha
diff --git a/PKGBUILD b/PKGBUILD
index 55e5678a673c..a55210afafe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: L.G. Sarmiento <Luis.Sarmiento-ala-nuclear.lu.se>
pkgname=artha
pkgver=1.0.3
-pkgrel=7
+pkgrel=8
pkgdesc='A free cross-platform English thesaurus based on WordNet'
arch=('i686' 'x86_64')
url="http://artha.sourceforge.net/wiki/index.php/Home"
@@ -13,7 +13,7 @@ optdepends=('enchant: spell checking support'
'aspell-en: to show suggestion with aspell in English')
options=('!emptydirs')
source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('9bc69f5666a1f494e21a0a0add9ebb16')
+sha256sums=('9d792778cd268fcbeaee6500099edea95672dcfed785d805c26ca87a288c2463')
build() {
cd $pkgname-$pkgver