summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArcanusNEO2023-08-19 01:45:49 +0800
committerArcanusNEO2023-08-19 01:45:49 +0800
commit4902befb693e8e3cec840d7b2c6f1393cd9d6168 (patch)
tree62ba1c710a802c2a3e30670979b1c5b5d79e0a7d
parentc1974a9d57870a3af15ae75df6cb6888ea3c1f60 (diff)
downloadaur-4902befb693e8e3cec840d7b2c6f1393cd9d6168.tar.gz
Fix build
-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")