[arch-commits] Commit in gitolite/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Fri May 15 10:34:50 UTC 2020


    Date: Friday, May 15, 2020 @ 10:34:48
  Author: eworm
Revision: 628027

upgpkg: gitolite 3.6.11-2

add optional dependency on perl-json (FS#66655)

Modified:
  gitolite/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-15 10:16:10 UTC (rev 628026)
+++ PKGBUILD	2020-05-15 10:34:48 UTC (rev 628027)
@@ -4,12 +4,13 @@
 
 pkgname=gitolite
 pkgver=3.6.11
-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' 'openssh')
+optdepends=('perl-json: json output')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz"
         'gitolite-sysusers.conf'
         'gitolite-tmpfiles.conf')



More information about the arch-commits mailing list