From b3a9c7913e11b22d91dca63dc01d5c779bea0f87 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Thu, 25 Jan 2018 09:07:17 +0100 Subject: pcr/zeroinstall-injector: updated to 2.11 (currently unable to build) --- pcr/zeroinstall-injector/PKGBUILD | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'pcr/zeroinstall-injector/PKGBUILD') diff --git a/pcr/zeroinstall-injector/PKGBUILD b/pcr/zeroinstall-injector/PKGBUILD index ce9e072ee..9c25180a7 100644 --- a/pcr/zeroinstall-injector/PKGBUILD +++ b/pcr/zeroinstall-injector/PKGBUILD @@ -1,18 +1,23 @@ -# Maintainer: Ben Darwin -# Contributor: speps -# Contributor: Anton Bazhenov -# Contributor: Lone_Wolf +# Maintainer (AUR): Tatsuyuki Ishi +# Contributor (AUR): Ben Darwin +# Contributor (AUR): speps +# Contributor (AUR): Anton Bazhenov +# Contributor (AUR): Lone_Wolf + +# parabola changes and rationale: +# - added missing makedepends: ocamlbuild ocaml-findlib pkgname=zeroinstall-injector _pkgname=0install -pkgver=2.6.1 +pkgver=2.11 pkgrel=1 pkgdesc="A decentralised loosely-coupled secure installation system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url="http://0install.net" license=('GPL2' 'LGPL') depends=('ocaml-curl' 'ocaml-extlib' 'ocaml-lwt' 'ocaml-ounit' 'ocaml-xmlm' 'ocaml-yojson') +makedepends=('ocamlbuild' 'ocaml-findlib') optdepends=('ocaml-lablgtk: provides GUI features' 'ocaml-obus: for DBUS, packagekit, and NetworkManager integration' 'xdg-utils: desktop integration' @@ -20,12 +25,13 @@ optdepends=('ocaml-lablgtk: provides GUI features' install="$pkgname.install" source=("http://downloads.sourceforge.net/zero-install/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.bz2" "http://downloads.sourceforge.net/zero-install/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.bz2.sig") -sha256sums=('7f691924616c1f7154ac53f4904b63e9a801f4ee3e470f9d641d39fc94e274a2' +sha256sums=('194b675c48556a3b9aee6b4a2478a521fafa66c0d871ef64349dc3baede28006' 'SKIP') +validpgpkeys=('5DD58D70899C454A966D6A5175133C8F94F6E0CC') build() { cd $_pkgname-$pkgver - make || return 1 + make } package() { -- cgit v1.2.3