Date: Monday, January 23, 2017 @ 22:21:29 Author: eworm Revision: 208672
upgpkg: gitolite 3.6.6-2 add dependency to openssh Modified: gitolite/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-23 21:58:36 UTC (rev 208671) +++ PKGBUILD 2017-01-23 22:21:29 UTC (rev 208672) @@ -5,12 +5,12 @@ pkgname=gitolite pkgver=3.6.6 -pkgrel=1 +pkgrel=2 pkgdesc='An access control layer on top of git' url='https://github.com/sitaramc/gitolite' arch=('any') license=('GPL2') -depends=('git' 'perl') +depends=('git' 'perl' 'openssh') install=gitolite.install source=($pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz) sha256sums=('6971db70cf1393bf864cab569adbbd2a71f777f095d13447079a2463901b031f')
