fix: expat url
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user