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

Christian Hesse eworm at archlinux.org
Wed May 27 14:40:10 UTC 2020


    Date: Wednesday, May 27, 2020 @ 14:40:09
  Author: eworm
Revision: 387724

add make dependency on rsync for source download

Modified:
  galera/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-27 14:22:23 UTC (rev 387723)
+++ PKGBUILD	2020-05-27 14:40:09 UTC (rev 387724)
@@ -10,7 +10,7 @@
 arch=('x86_64')
 license=('GPL2' 'custom:OpenSSL Linking Exception')
 depends=('mariadb' 'openssl')
-makedepends=('check' 'scons' 'boost')
+makedepends=('rsync' 'check' 'scons' 'boost')
 optdepends=('rsync: transfer database state to a newly joined node with rsync')
 url='https://galeracluster.com/'
 options=('!libtool')



More information about the arch-commits mailing list