summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoftExpert2023-08-12 12:38:46 +0200
committerSoftExpert2023-08-12 12:38:46 +0200
commit84ac48648aea96d8755e612f15ce45683b48fc51 (patch)
tree239beceb9293e7297ce3b173bb29d8b3082131fd
parent55a1d1c4ab5047dc7c7dc6f16ab303bb4cab5153 (diff)
downloadaur-84ac48648aea96d8755e612f15ce45683b48fc51.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 220396bac20f..a6bbed001025 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = linux-xanmod-linux-bin-x64v4
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-x64v4-xanmod1/linux-image-6.4.10-x64v4-xanmod1_6.4.10-x64v4-xanmod1-0~20230811.g489fabdc_amd64.deb
noextract = https://sourceforge.net/projects/xanmod/files/releases/main/6.4.10-xanmod1/6.4.10-x64v4-xanmod1/linux-headers-6.4.10-x64v4-xanmod1_6.4.10-x64v4-xanmod1-0~20230811.g489fabdc_amd64.deb
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index c49c120b2de3..4e9488fee2e3 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")