summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1b66ff0899d..f80160fe7ec8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
# Contributor: muflax <muflax@gmail.com>
pkgname=eb-library
pkgver=4.4.3
-pkgrel=1
+pkgrel=2
pkgdesc="EB library for several dictionary formats, including EPWING"
arch=('any')
-url="http://www.sra.co.jp/people/m-kasahr/eb/"
+url="https://web-beta.archive.org/web/20120401145849/http://www.sra.co.jp/people/m-kasahr/eb"
license=('BSD')
-depends=('perl')
+makedepends=('autoconf' 'automake')
+depends=('perl' 'gcc-libs')
options=('!libtool')
source=(ftp://ftp.sra.co.jp/pub/misc/eb/eb-$pkgver.tar.bz2)
md5sums=('17dd1fade7ba0b82ce6e60f19fcbc823')