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

Jelle van der Waa jelle at archlinux.org
Fri May 4 21:36:19 UTC 2018


    Date: Friday, May 4, 2018 @ 21:36:18
  Author: jelle
Revision: 318962

Move python-sip/cmake to make dependencies

Modified:
  libsavitar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-04 20:28:59 UTC (rev 318961)
+++ PKGBUILD	2018-05-04 21:36:18 UTC (rev 318962)
@@ -8,7 +8,8 @@
 arch=('x86_64')
 url="https://github.com/Ultimaker/libsavitar"
 license=('AGPL')
-depends=('python' 'cmake' 'python-sip' 'pugixml')
+depends=('python' 'pugixml')
+makedepends=('cmake' 'python-sip')
 source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libSavitar//archive/${pkgver}.tar.gz
         pugixml.patch::https://github.com/Ultimaker/libSavitar/commit/91aa70c6320461ae65600dce954b5ffb905b7039.patch)
 



More information about the arch-commits mailing list