diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2022-01-23 04:55:00 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2022-01-23 04:55:43 -0500 |
commit | 65d16d3908f7d67547357390c2e1f12adafa563f (patch) | |
tree | 581544864501e6e87c215ccaaf0aad141826da49 /libre/base | |
parent | 1599206abc5243ffc30e25010d8c6f530933ae92 (diff) | |
download | abslibre-65d16d3908f7d67547357390c2e1f12adafa563f.tar.gz abslibre-65d16d3908f7d67547357390c2e1f12adafa563f.tar.bz2 abslibre-65d16d3908f7d67547357390c2e1f12adafa563f.zip |
reset to 648d7822b
revert several WIP commits, published accidentally
Diffstat (limited to 'libre/base')
-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 26e8e0187..a0ca93365 100644 --- a/libre/base/PKGBUILD +++ b/libre/base/PKGBUILD @@ -1,12 +1,12 @@ -# Maintainer (arch): Arch Linux Team -# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org> -# Contributor: Eli Schwartz <eschwartz@archlinux.org> +# Maintainer (Arch): Arch Linux Team +# Contributor (Arch): Levente Polyak <anthraxx[at]archlinux[dot]org> +# Contributor (Arch): Eli Schwartz <eschwartz@archlinux.org> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=base pkgver=2 pkgrel=2 -pkgrel+=.parabola2 +pkgrel+=.parabola1 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' 'icu-compat' + 'your-freedom' ) optdepends=('linux-libre: bare metal support' 'parabola-base: standard Parabola GNU/Linux-libre CLI system') |