diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/pacman/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/pacman/pacman.conf.x86_64 | 28 |
2 files changed, 22 insertions, 10 deletions
diff --git a/libre/pacman/PKGBUILD b/libre/pacman/PKGBUILD index 7d0f88d84..ed77089a5 100644 --- a/libre/pacman/PKGBUILD +++ b/libre/pacman/PKGBUILD @@ -10,7 +10,7 @@ pkgname=pacman pkgver=5.0.1 -pkgrel=4.parabola3 +pkgrel=4.parabola4 pkgdesc="A library-based package manager with dependency support" arch=('i686' 'x86_64' 'armv7h') url="http://www.archlinux.org/pacman/" @@ -41,7 +41,7 @@ source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig md5sums=('377a2664d6007d72d6d8a126add83bcf' 'SKIP' '91acf59bee8951fc64c6d2a2734a60a9' - '8e5794bb9e5ede9b34ef90fadd1d26dd' + '24dd29d6917e2bd60d0b9b399743c52e' '22a5641e5b54d14de76f294c442a5baa' '19c91127e409cf24246de252be44eaa9' '11a5fac02651041e44d65d66c3538030' diff --git a/libre/pacman/pacman.conf.x86_64 b/libre/pacman/pacman.conf.x86_64 index 73821956f..2ed24c365 100644 --- a/libre/pacman/pacman.conf.x86_64 +++ b/libre/pacman/pacman.conf.x86_64 @@ -100,8 +100,24 @@ Include = /etc/pacman.d/mirrorlist [community] Include = /etc/pacman.d/mirrorlist +# The PCR (Parabola Community Repository) contains packages maintained by trusted +# members of the Parabola community. It also contains packages maintained by +# Parabola developers, but that the developer decided didn't belong in core/libre. + +#[pcr-testing] +#Include = /etc/pacman.d/mirrorlist + +[pcr] +Include = /etc/pacman.d/mirrorlist + # If you want to run 32 bit applications on your x86_64 system, -# enable the libre-multilib and multilib repositories as required here. +# enable the libre-multilib, multilib and pcr-multilib repositories as required here. + +#[nonprism-multilib-testing] +#Include = /etc/pacman.d/mirrorlist + +#[nonprism-multilib] +#Include = /etc/pacman.d/mirrorlist #[libre-multilib-testing] #Include = /etc/pacman.d/mirrorlist @@ -115,15 +131,11 @@ Include = /etc/pacman.d/mirrorlist #[multilib] #Include = /etc/pacman.d/mirrorlist -# The PCR (Parabola Community Repository) contains packages maintained by trusted -# members of the Parabola community. It also contains packages maintained by -# Parabola developers, but that the developer decided didn't belong in core/libre. - -#[pcr-testing] +#[pcr-multilib-testing] #Include = /etc/pacman.d/mirrorlist -[pcr] -Include = /etc/pacman.d/mirrorlist +#[pcr-multilib] +#Include = /etc/pacman.d/mirrorlist # Parabola also supports another community projects and personal repositories, to # find them check out this wiki page: https://wiki.parabola.nu/Repositories |