summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43cb722179e9..36491beac8b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Oct 8 14:40:29 UTC 2018
+# Mon Aug 3 09:54:51 UTC 2020
pkgbase = artha
pkgdesc = A free cross-platform English thesaurus based on WordNet
- pkgver = 1.0.3
- pkgrel = 8
+ pkgver = 1.0.5
+ pkgrel = 1
url = http://artha.sourceforge.net/wiki/index.php/Home
arch = i686
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = artha
optdepends = libnotify: notification support
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
- sha256sums = 9d792778cd268fcbeaee6500099edea95672dcfed785d805c26ca87a288c2463
+ source = https://downloads.sourceforge.net/sourceforge/artha/artha-1.0.5.tar.bz2
+ sha256sums = 5a0d568a5d5335f98b3a04180ec28de6ce280aa68d21036601e7f832dd3e990c
pkgname = artha
diff --git a/PKGBUILD b/PKGBUILD
index a55210afafe7..cbe8aaa1bdc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: ShadowKyogre <shadowkyogre-ala-gmail.com>
# Maintainer: L.G. Sarmiento <Luis.Sarmiento-ala-nuclear.lu.se>
pkgname=artha
-pkgver=1.0.3
-pkgrel=8
+pkgver=1.0.5
+pkgrel=1
pkgdesc='A free cross-platform English thesaurus based on WordNet'
arch=('i686' 'x86_64')
url="http://artha.sourceforge.net/wiki/index.php/Home"
@@ -13,13 +13,13 @@ 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")
-sha256sums=('9d792778cd268fcbeaee6500099edea95672dcfed785d805c26ca87a288c2463')
+sha256sums=('5a0d568a5d5335f98b3a04180ec28de6ce280aa68d21036601e7f832dd3e990c')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr
- msg 'patching the Makefile'
- sed -i "200 s/LDFLAGS = /& -Wl,--copy-dt-needed-entries /g" src/Makefile
+# msg 'patching the Makefile'
+# sed -i "200 s/LDFLAGS = /& -Wl,--copy-dt-needed-entries /g" src/Makefile
make
}