fix: expat url

This commit is contained in:
2025-12-24 21:51:58 -05:00
parent c9d38eb015
commit ec7b08fbab

View File

@@ -4,7 +4,7 @@ pkgdesc="An XML parser library"
homepage="https://libexpat.github.io/"
license=(MIT)
sources=("${pkgname}-${pkgver}.tar.xz")
urls=("https://prdownloads.sourceforge.net/${pkgname}/${sources[0]}")
urls=("https://github.com/libexpat/libexpat/releases/download/R_2_7_1/${sources[0]}")
md5sums=("9f0c266ff4b9720beae0c6bd53ae4469")
src_prepare() {