From 8f3cf15eee8e832529f97895f2b8713ccda2ede8 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Fri, 17 Mar 2017 14:52:00 +0200 Subject: [PATCH] Add makedepends on python --- .SRCINFO | 1 + PKGBUILD | 1 + 2 files changed, 2 insertions(+) diff --git a/.SRCINFO b/.SRCINFO index ed678b5..c539d05 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -6,6 +6,7 @@ pkgbase = rauc arch = i686 arch = x86_64 license = GPL + makedepends = python depends = curl depends = json-glib source = https://github.com/rauc/rauc/releases/download/v0.1/rauc-0.1.tar.xz diff --git a/PKGBUILD b/PKGBUILD index 0e2f6c0..db8f455 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,6 +8,7 @@ arch=('i686' 'x86_64') url="https://github.com/rauc/rauc" license=('GPL') depends=('curl' 'json-glib') +makedepends=('python') source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz) # https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz.asc) md5sums=('33c6f45b71f9b9c082fa852c3d5915d9')