diff options
-rw-r--r-- | libre/filesystem/PKGBUILD | 9 | ||||
-rw-r--r-- | libre/filesystem/crypttab | 2 | ||||
-rw-r--r-- | libre/filesystem/os-release | 3 |
3 files changed, 7 insertions, 7 deletions
diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD index 8adc24971..cdccddd40 100644 --- a/libre/filesystem/PKGBUILD +++ b/libre/filesystem/PKGBUILD @@ -2,12 +2,11 @@ # Maintainer (Arch): Sébastien Luttringer # Contributor (Arch): Tom Gundersen <teg@jklm.no> # Maintainer: Nicolás Reynolds <fauno@kiwwwi.com.ar> -# Maintainer: André Silva <emulatorman@parabola.nu> pkgname=filesystem pkgver=2017.03 -pkgrel=2.parabola1 -pkgdesc='Base Parabola GNU/Linux-libre files (Parabola rebranded)' +pkgrel=2.parabola2 +pkgdesc='Base Parabola GNU/Linux-libre files' arch=('i686' 'x86_64' 'armv7h') license=('GPL') url='https://www.parabola.nu' @@ -32,10 +31,10 @@ md5sums=('76c80215d8dd395d3be4b8a711d585b6' 'cb1a751b05541d8eebaace316de0e809' 'c0c27476ee248355bf308c8502a8c860' '693c97f2c9a519bb97a17008e92c2b74' - '49639d107b75fe4e668ae27749da32ab' + 'dfae4294e5e20d9fcffefc35d18d7334' '7bc65f234dfb6abf24e7c3b03e86f4ff' 'd41d8cd98f00b204e9800998ecf8427e' - '24f9ba68a8fea07621d68f77584a1c69' + 'b1035460b265c01a040ac99d5ad4631b' '6f48288b6fcaf0065fcb7b0e525413e0' '22518e922891f9359f971f4f5b4e793c' 'c08581d4f982be8806d3afa912a65203' diff --git a/libre/filesystem/crypttab b/libre/filesystem/crypttab index 247bec61c..96065a060 100644 --- a/libre/filesystem/crypttab +++ b/libre/filesystem/crypttab @@ -3,7 +3,7 @@ # Each mapped device will be created in /dev/mapper, so your /etc/fstab # should use the /dev/mapper/<name> paths for encrypted devices. # -# The Parabola specific syntax has been deprecated, see crypttab(5) for the +# The Arch/Parabola specific syntax has been deprecated, see crypttab(5) for the # new supported syntax. # # NOTE: Do not list your root (/) partition here, it must be set up diff --git a/libre/filesystem/os-release b/libre/filesystem/os-release index 987882266..768bfbc92 100644 --- a/libre/filesystem/os-release +++ b/libre/filesystem/os-release @@ -1,8 +1,9 @@ NAME="Parabola" PRETTY_NAME="Parabola GNU/Linux-libre" ID=parabola -ID_LIKE=arch +ID_LIKE="arch archlinux" ANSI_COLOR="1;35" HOME_URL="https://www.parabola.nu/" +SUPPORT_URL="irc://chat.freenode.net#parabola" BUG_REPORT_URL="https://labs.parabola.nu/" |