summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Bandel2015-07-14 12:52:46 +0200
committerOliver Bandel2015-07-14 12:52:46 +0200
commitfc823c69bbd59ae73993c226c905002c8487fd89 (patch)
treef374dc0dc43bafd76a216ac7494b7fccef2c6d0d /PKGBUILD
parent5770469f5afbbc6a37598772856814d570156b8b (diff)
downloadaur-fc823c69bbd59ae73993c226c905002c8487fd89.tar.gz
0.16.0. needs xmlm instead of xml-light.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da8db1501bc3..84a32c5f01c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=any-dl
pkgver=0.16.0
-pkgrel=1
+pkgrel=2
pkgdesc="Generic video downloader for principially any site."
arch=('i686' 'x86_64')
license=('GPL3')
source=(http://www.first.in-berlin.de/software/tools/any-dl/any-dl-$pkgver.tgz)
md5sums=('ff0b025ba32496a761ee54fe59a108e3')
url="http://www.first.in-berlin.de/software/tools/any-dl/"
-depends=('ocaml' 'ocaml-pcre' 'ocaml-xml-light' 'ocamlnet' 'gnutls' 'ocaml-csv')
+depends=('ocaml' 'ocaml-pcre' 'ocaml-xmlm' 'ocamlnet' 'gnutls' 'ocaml-csv')
makedepends=('ocaml-findlib')
options=(!makeflags)