diff options
author | L.G. Sarmiento | 2020-08-03 11:55:11 +0200 |
---|---|---|
committer | L.G. Sarmiento | 2020-08-03 11:55:11 +0200 |
commit | fe597bed274d0f1b4d655e14f516e59a7a97057c (patch) | |
tree | 4097878069f06cad68ccd5d646bc6c8eef0f832f | |
parent | d1d43b9e861b439c8ab1ebccda3ed6805a386038 (diff) | |
download | aur-fe597bed274d0f1b4d655e14f516e59a7a97057c.tar.gz |
updated to 1.0.5
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 10 insertions, 10 deletions
@@ -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 @@ -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 } |