summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoftExpert2023-08-12 12:38:45 +0200
committerSoftExpert2023-08-12 12:38:45 +0200
commitc2e9d8f9abd1e7fa0039fa03a6c497d6623de48e (patch)
tree538a69062e7c460a13030929b8bca3c71bef59c8
parent205624e5877ae30645882347b18fbbe150c33868 (diff)
downloadaur-c2e9d8f9abd1e7fa0039fa03a6c497d6623de48e.tar.gz
6.4.10-xanmod1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 042254a12c76..80905994c67e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = linux-xanmod-linux-bin-x64v3
url = http://www.xanmod.org/
arch = x86_64
license = GPL2
- makedepends = jq
makedepends = curl
+ makedepends = libxml2
noextract = https://sourceforge.net/projects/xanmod/files/releases/main/6.4.10-xanmod1/6.4.10-x64v3-xanmod1/linux-image-6.4.10-x64v3-xanmod1_6.4.10-x64v3-xanmod1-0~20230811.g489fabdc_amd64.deb
noextract = https://sourceforge.net/projects/xanmod/files/releases/main/6.4.10-xanmod1/6.4.10-x64v3-xanmod1/linux-headers-6.4.10-x64v3-xanmod1_6.4.10-x64v3-xanmod1-0~20230811.g489fabdc_amd64.deb
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 0bac044bebb5..40d9094c9763 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ url="http://www.xanmod.org/"
arch=(x86_64)
license=(GPL2)
options=('!strip')
-makedepends=('jq' 'curl')
+makedepends=('curl' 'libxml2')
# Resolve URL of sources from SourceForge provider and cache the response of the API to reduce the number of calls made
_xml_data=$(curl -L -s "https://sourceforge.net/projects/xanmod/rss?path=/releases/main")