diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-05-07 18:37:18 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-05-07 23:18:58 -0500 |
commit | 0bc72ec228c3f88c523dfeb27bd3bcd0c3768aca (patch) | |
tree | fed331735f004fb0d5c4dcfd584aeb7172f111e2 | |
parent | 1b4dd919881aa9174bfc10e634226fdc0056d715 (diff) | |
download | packages-0bc72ec228c3f88c523dfeb27bd3bcd0c3768aca.tar.gz packages-0bc72ec228c3f88c523dfeb27bd3bcd0c3768aca.tar.bz2 packages-0bc72ec228c3f88c523dfeb27bd3bcd0c3768aca.tar.xz packages-0bc72ec228c3f88c523dfeb27bd3bcd0c3768aca.zip |
system/musl-locales: Update to 0.1.0
Change upstream to our fork.
-rw-r--r-- | system/musl-locales/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/system/musl-locales/APKBUILD b/system/musl-locales/APKBUILD index f537430d0..fd93aaf47 100644 --- a/system/musl-locales/APKBUILD +++ b/system/musl-locales/APKBUILD @@ -1,17 +1,17 @@ # Contributor: Alyx <alyx@leuhta.com> -# Maintainer: Alyx <alyx@leuhta.com> +# Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=musl-locales -pkgver=0.20200319 +pkgver=0.1.0 pkgrel=0 pkgdesc="Locale program for musl" -url="https://gitlab.com/rilian-la-te/musl-locales" +url="https://git.adelielinux.org/adelie/musl-locales/-/wikis/home" arch="all" options="!check" # No test suite. license="LGPL-3.0-only" depends="" -makedepends="cmake make gettext-tiny-dev" +makedepends="cmake gettext-tiny-dev" subpackages="$pkgname-lang" -source="https://distfiles.adelielinux.org/source/$pkgname-$pkgver.tar.xz" +source="https://git.adelielinux.org/adelie/musl-locales/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2" build() { cmake \ @@ -29,4 +29,4 @@ lang() { default_lang } -sha512sums="921c5a4dfb45ac12b1eaf284986237bd95420a58705702d0541a46fa2480ff97cd3ac929661108c67304e4e1bfe1efed7bf8edd535b7260d7eb69d72aa294e45 musl-locales-0.20200319.tar.xz" +sha512sums="4c7ae748f70d02195d221ea9b37e0f033e15c9364b797313727303830fb1d848693facb5267a1d7f354508383d72817e3322f001d86842fa716cecf6ef95c7ff musl-locales-0.1.0.tar.bz2" |