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

Eli Schwartz eschwartz at archlinux.org
Mon Jun 17 13:49:40 UTC 2019


    Date: Monday, June 17, 2019 @ 13:49:39
  Author: eschwartz
Revision: 481988

global depends in a split package is actually just makedepends...

Modified:
  python-xapp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-17 13:47:06 UTC (rev 481987)
+++ PKGBUILD	2019-06-17 13:49:39 UTC (rev 481988)
@@ -9,7 +9,7 @@
 arch=('any')
 url="https://github.com/linuxmint/${pkgbase}"
 license=('LGPL')
-depends=('python' 'python2')
+makedepends=('python' 'python2')
 source=("${pkgbase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
 sha512sums=('4418f3fc38ff8bf6993de1b7b9358bce16bef61832814147ae89f2bfc530244308bf270df98c10e451e97f017f766cb9106e143c608fbd8a7350ef5423cefc98')
 



More information about the arch-commits mailing list