summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEinhard Leichtfuß2018-04-01 00:52:52 +0200
committerEinhard Leichtfuß2018-04-01 00:52:52 +0200
commit819b746f7e814f6ee80173e4aa5ff0ef430b0601 (patch)
tree7ba20df1a6fe9b206248fac1b58c97bd85452224 /PKGBUILD
parent85af2804dfe35899802f6e86361d06a7a3e00e2a (diff)
downloadaur-819b746f7e814f6ee80173e4aa5ff0ef430b0601.tar.gz
Add dependency libxslt
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00a9abfa835a..aa8ae052aca0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Einhard Leichtfuß <alguien@respiranto.de>
pkgname=freedict-tools
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Tools to compile the Freedict dictionaries"
arch=('any')
url="http://www.freedict.org/"
license=('GPL' 'GPL3' 'CC-BY-SA')
+depends=('libxslt')
source=("freedict-tools_${pkgver}.tar.gz::https://github.com/freedict/tools/archive/v${pkgver}.tar.gz")
sha512sums=('60b1d5027cb9609e14bf13c260c1d5e5158b1f23dc631fa625ba1452fbdea37be915bfe2dbe5c0f425ebe930104799d1fb73b398a48066984990e4a0cd7ebb4a')