Add makedepends on python
This commit is contained in:
parent
0f54927ae6
commit
8f3cf15eee
1
.SRCINFO
1
.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
|
||||
|
1
PKGBUILD
1
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')
|
||||
|
Loading…
Reference in New Issue
Block a user