diff options
-rw-r--r-- | libre/filesystem/PKGBUILD | 9 | ||||
-rw-r--r-- | libre/filesystem/os-release | 3 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD index 53d96f3c5..82f1c4288 100644 --- a/libre/filesystem/PKGBUILD +++ b/libre/filesystem/PKGBUILD @@ -1,12 +1,11 @@ -# $Id: PKGBUILD 291699 2017-03-26 22:06:04Z seblu $ # Maintainer (Arch): Sébastien Luttringer # Contributor (Arch): Tom Gundersen <teg@jklm.no> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Nicolás Reynolds <fauno@kiwwwi.com.ar> pkgname=filesystem -pkgver=2018.8 -pkgrel=1.parabola1 +pkgver=2018.12 +pkgrel=2.par1 pkgdesc='Base Parabola GNU/Linux-libre files' arch=('i686' 'x86_64' 'armv7h' 'ppc64le') license=('GPL') @@ -35,7 +34,7 @@ sha256sums=('e03bede3d258d680548696623d5979c6edf03272e801a813c81ba5a5c64f4f82' '8ca2d8eef6fb5143c9ef7e9174ccfef59ac7ad2deee243574cd10c763156cc10' 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' '2af11d071689f648859a65dd9fbb677bfaa89b0935676e4f1df769e9a90f73a9' - '463dbccba0275ee80c532755c7048cb9ded83658a33a82f344aaf1520704f2ac' + 'cf8dfc568f4a6aafc712dbe74542faaec5649b62e67cbb1c856f9d4f3e53b90d' '5e06477834f51abf42ea4e8dc199632afc6afbfd8c44354685a271e9a48d2c0a' '5da078777cda24e4df697e2928451723f2303bfdbb2ce9551c822188c7945d25' '5557d8e601b17a80d1ea7de78a9869be69637cb6a02fbfe334e22fdf64e61d4c' @@ -75,7 +74,7 @@ package() { done touch etc/parabola-release ln -sv parabola-release etc/arch-release - install -m755 "$srcdir"/locale.sh etc/profile.d/locale.sh + install -m644 "$srcdir"/locale.sh etc/profile.d/locale.sh install -Dm644 "$srcdir"/os-release usr/lib/os-release # setup /var diff --git a/libre/filesystem/os-release b/libre/filesystem/os-release index 9dfb39d50..16d28572b 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 archlinux" +BUILD_ID=rolling ANSI_COLOR="1;35" HOME_URL="https://www.parabola.nu/" +DOCUMENTATION_URL="https://wiki.parabola.nu/" SUPPORT_URL="irc://chat.freenode.net#parabola" BUG_REPORT_URL="https://labs.parabola.nu/" |