25 lines
434 B
Bash
25 lines
434 B
Bash
|
|
pkgrel=1
|
|
|
|
arch=(any)
|
|
|
|
license=(Unlicense)
|
|
|
|
pkgdesc='repo mirror list for use by pacman'
|
|
|
|
pkgname=repo-mirrorlist
|
|
|
|
pkgver=20230524
|
|
|
|
url=''
|
|
|
|
backup=(etc/pacman.d/repo-mirrorlist)
|
|
|
|
package() {
|
|
install -Dm644 "$srcdir/mirrorlist" "$pkgdir/etc/pacman.d/repo-mirrorlist"
|
|
}
|
|
|
|
source=(mirrorlist)
|
|
|
|
sha512sums=(9cc882096646fc4150bc776737931655fae3d817d19333601636846d83a7f9265cbbba2bc59d67495dfc3921a69a80f0082807157765218fed947126e0d16bdd)
|