dev #2

Merged
wyj merged 232 commits from dev into main 2026-01-13 22:39:32 -05:00
Showing only changes of commit ec7b08fbab - Show all commits
+1 -1
View File
@@ -4,7 +4,7 @@ pkgdesc="An XML parser library"
homepage="https://libexpat.github.io/" homepage="https://libexpat.github.io/"
license=(MIT) license=(MIT)
sources=("${pkgname}-${pkgver}.tar.xz") 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") md5sums=("9f0c266ff4b9720beae0c6bd53ae4469")
src_prepare() { src_prepare() {