Add makedepends on python

This commit is contained in:
Arti Zirk 2017-03-17 14:52:00 +02:00
parent 0f54927ae6
commit 8f3cf15eee
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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')