[arch-commits] Commit in arcus/trunk (PKGBUILD)
    Jelle van der Waa 
    jelle at archlinux.org
       
    Fri May  4 21:40:21 UTC 2018
    
    
  
    Date: Friday, May 4, 2018 @ 21:40:20
  Author: jelle
Revision: 318963
Add sip to makedepends
Modified:
  arcus/trunk/PKGBUILD
----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-04 21:36:18 UTC (rev 318962)
+++ PKGBUILD	2018-05-04 21:40:20 UTC (rev 318963)
@@ -8,8 +8,8 @@
 url="https://github.com/Ultimaker/libArcus"
 arch=('x86_64')
 license=('AGPL')
-makedepends=('cmake')
-depends=('python' 'protobuf' 'python-sip')
+makedepends=('cmake' 'python-sip')
+depends=('python' 'protobuf')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz")
 md5sums=('6eac9ef7a2a7bb0abc5008ab7140cc9f')
 
    
    
More information about the arch-commits
mailing list