diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2020-09-27 21:37:50 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2020-09-27 23:08:52 -0400 |
commit | a0819b82d83c8d4b2c32035c538ef7ca127eeb19 (patch) | |
tree | 772acf9c504f885668c33040a9cb90923819c486 /libre/filesystem | |
parent | d1f10cc5ba8e163f35eec9e22338cb27a0bb0313 (diff) | |
download | abslibre-a0819b82d83c8d4b2c32035c538ef7ca127eeb19.tar.gz abslibre-a0819b82d83c8d4b2c32035c538ef7ca127eeb19.tar.bz2 abslibre-a0819b82d83c8d4b2c32035c538ef7ca127eeb19.zip |
[nonsystemd/filesystem]: upgrade to v2020.09.03
only the changes to profile and shadow are significant
the rest are trivial housekeeping,
to minimize the diffs across the arch and libre PKGBUILDs
Diffstat (limited to 'libre/filesystem')
-rw-r--r-- | libre/filesystem/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD index 57a654671..ea63d9b8b 100644 --- a/libre/filesystem/PKGBUILD +++ b/libre/filesystem/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgrel+=.parabola1 pkgdesc='Base Parabola GNU/Linux-libre files' arch=('x86_64') -arch+=('i686' 'armv7h' 'ppc64le') +arch+=('armv7h' 'i686' 'ppc64le') license=('GPL') url='https://www.parabola.nu' depends=('iana-etc') @@ -138,4 +138,3 @@ package() { # add logo install -D -m644 "$srcdir"/parabola{,-logo}.{svg,png} usr/share/pixmaps } - |