summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2021-05-09 19:53:07 -0300
committerRafael Fontenelle2021-05-09 19:53:07 -0300
commit157262937b0a2f8e3f1955522d3884716e1be01d (patch)
tree7a7737ee7cb001e64e8e30b6791a0c1d64837f9d /PKGBUILD
parentee01282a756833bc18ff21c7134fb737ddb49e03 (diff)
downloadaur-157262937b0a2f8e3f1955522d3884716e1be01d.tar.gz
Update to 2.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 5 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c4fdca00872..aaf150093cdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,29 +1,21 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=dico
-pkgver=2.10
+pkgver=2.11
pkgrel=1
pkgdesc="GNU Dictionary Server"
arch=('x86_64')
url="http://puszcza.gnu.org.ua/software/$pkgname"
license=(GPL3)
-depends=(python gsasl wordnet-common guile pam)
-source=("ftp://download.gnu.org.ua/pub/release/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
- 'Fix-compilation-with-python-38-newer.patch')
-sha1sums=('e1bffaf6c9b913a97cc1f5916d1a6a6fd7b605ee'
- 'SKIP'
- 'b11709a95d2136f149a263b1ce758b5f6c8490aa')
+depends=(python gsasl wordnet-common guile pam pcre)
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('f545452d1ecaf3e07780cf9324082c7a788e4afa'
+ 'SKIP')
validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
# Sergey Poznyakoff <gray@gnu.org>
# To validate, see instructions at:
# https://puszcza.gnu.org.ua/software/dico/download.html
-prepare() {
- cd $pkgname-$pkgver
- patch -p1 -i "$srcdir/Fix-compilation-with-python-38-newer.patch"
- ./bootstrap --modules
-}
-
build() {
cd $pkgname-$pkgver
./configure \