diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2021-12-05 08:10:14 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2022-01-23 04:39:05 -0500 |
commit | 24aaa482139bc17942a99ad712415e3b41f60ac2 (patch) | |
tree | 7b9b2578a3405d73fbcffe35fdf90932a3f8e59e | |
parent | 957e5d2b5fe4a1384c176eb3790900d724f562ef (diff) | |
download | abslibre-24aaa482139bc17942a99ad712415e3b41f60ac2.tar.gz abslibre-24aaa482139bc17942a99ad712415e3b41f60ac2.tar.bz2 abslibre-24aaa482139bc17942a99ad712415e3b41f60ac2.zip |
[base]: add icu-compat
-rw-r--r-- | libre/base/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/base/PKGBUILD b/libre/base/PKGBUILD index a0ca93365..26e8e0187 100644 --- a/libre/base/PKGBUILD +++ b/libre/base/PKGBUILD @@ -1,12 +1,12 @@ -# Maintainer (Arch): Arch Linux Team -# Contributor (Arch): Levente Polyak <anthraxx[at]archlinux[dot]org> -# Contributor (Arch): Eli Schwartz <eschwartz@archlinux.org> +# Maintainer (arch): Arch Linux Team +# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Contributor: Eli Schwartz <eschwartz@archlinux.org> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=base pkgver=2 pkgrel=2 -pkgrel+=.parabola1 +pkgrel+=.parabola2 pkgdesc="Minimal package-set to define the essential Parabola GNU/Linux-libre systemd CLI system" url='https://www.parabola.nu' arch=('any') @@ -28,7 +28,7 @@ depends=( 'iputils' 'iproute2' # parabola - 'your-freedom' + 'your-freedom' 'icu-compat' ) optdepends=('linux-libre: bare metal support' 'parabola-base: standard Parabola GNU/Linux-libre CLI system') |