summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 078fe9a2603e..d1a15397053d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = qdl-git
pkgdesc = Tool to communicate with Qualcomm System On a Chip bootroms to install or execute code
pkgver = r83.3b22df2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/andersson/qdl
arch = armv7h
arch = i686
arch = x86_64
license = BSD3
+ makedepends = git
depends = libxml2
depends = systemd-libs
provides = qdl
diff --git a/PKGBUILD b/PKGBUILD
index 5390ea73b495..f26e18238c5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,12 @@
pkgname=qdl-git
_pkgname=qdl
pkgver=r83.3b22df2
-pkgrel=1
+pkgrel=2
pkgdesc="Tool to communicate with Qualcomm System On a Chip bootroms to install or execute code"
arch=('armv7h' 'i686' 'x86_64')
url='https://github.com/andersson/qdl'
license=('BSD3')
+makedepends=('git')
depends=('libxml2' 'systemd-libs')
provides=("qdl")
conflicts=("qdl")