summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2021-12-05 08:10:14 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2022-01-23 04:39:05 -0500
commit24aaa482139bc17942a99ad712415e3b41f60ac2 (patch)
tree7b9b2578a3405d73fbcffe35fdf90932a3f8e59e
parent957e5d2b5fe4a1384c176eb3790900d724f562ef (diff)
[base]: add icu-compat
-rw-r--r--libre/base/PKGBUILD10
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')