From 713bf090423e07809d39d2facdf61aefad1cebec Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 23 Oct 2016 22:22:25 -0300 Subject: pacman-5.0.1-4.parabola2: enable [pcr] by default -> https://lists.parabola.nu/pipermail/dev/2016-October/004528.html --- libre/pacman/PKGBUILD | 8 ++++---- libre/pacman/pacman.conf.armv7h | 14 ++++++++++---- libre/pacman/pacman.conf.i686 | 14 ++++++++++---- libre/pacman/pacman.conf.x86_64 | 14 ++++++++++---- 4 files changed, 34 insertions(+), 16 deletions(-) (limited to 'libre/pacman') diff --git a/libre/pacman/PKGBUILD b/libre/pacman/PKGBUILD index da76551c9..54a3022f1 100644 --- a/libre/pacman/PKGBUILD +++ b/libre/pacman/PKGBUILD @@ -10,7 +10,7 @@ pkgname=pacman pkgver=5.0.1 -pkgrel=4.parabola1.1 +pkgrel=4.parabola2 pkgdesc="A library-based package manager with dependency support" arch=('i686' 'x86_64' 'armv7h') url="http://www.archlinux.org/pacman/" @@ -40,9 +40,9 @@ source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig 0001-makepkg-treat-pkgrel-more-similarly-to-pkgver.patch) md5sums=('377a2664d6007d72d6d8a126add83bcf' 'SKIP' - 'f67cafd2e70b5b1231831f454e4ecb90' - '9853109830015e7516fd01a9ad00fe31' - '352e49173b83964b4f5a887b67c3e421' + '91acf59bee8951fc64c6d2a2734a60a9' + '8e5794bb9e5ede9b34ef90fadd1d26dd' + '22a5641e5b54d14de76f294c442a5baa' '19c91127e409cf24246de252be44eaa9' '11a5fac02651041e44d65d66c3538030' '7fb448e0d2b5b22da5ddc0040378efb0' diff --git a/libre/pacman/pacman.conf.armv7h b/libre/pacman/pacman.conf.armv7h index b39f933f1..c3c645c43 100644 --- a/libre/pacman/pacman.conf.armv7h +++ b/libre/pacman/pacman.conf.armv7h @@ -100,13 +100,19 @@ Include = /etc/pacman.d/mirrorlist [community] Include = /etc/pacman.d/mirrorlist -# Parabola also supports community projects and personal repositories, to find -# them check out this wiki page: https://wiki.parabola.nu/Repositories +# 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. -# Parabola community repo -#[pcr] +#[pcr-testing] #Include = /etc/pacman.d/mirrorlist +[pcr] +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 + # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom] diff --git a/libre/pacman/pacman.conf.i686 b/libre/pacman/pacman.conf.i686 index de321afe9..4d962e2be 100644 --- a/libre/pacman/pacman.conf.i686 +++ b/libre/pacman/pacman.conf.i686 @@ -100,13 +100,19 @@ Include = /etc/pacman.d/mirrorlist [community] Include = /etc/pacman.d/mirrorlist -# Parabola also supports community projects and personal repositories, to find -# them check out this wiki page: https://wiki.parabola.nu/Repositories +# 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. -# Parabola community repo -#[pcr] +#[pcr-testing] #Include = /etc/pacman.d/mirrorlist +[pcr] +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 + # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom] diff --git a/libre/pacman/pacman.conf.x86_64 b/libre/pacman/pacman.conf.x86_64 index 1061a5611..73821956f 100644 --- a/libre/pacman/pacman.conf.x86_64 +++ b/libre/pacman/pacman.conf.x86_64 @@ -115,13 +115,19 @@ Include = /etc/pacman.d/mirrorlist #[multilib] #Include = /etc/pacman.d/mirrorlist -# Parabola also supports community projects and personal repositories, to find -# them check out this wiki page: https://wiki.parabola.nu/Repositories +# 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. -# Parabola community repo -#[pcr] +#[pcr-testing] #Include = /etc/pacman.d/mirrorlist +[pcr] +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 + # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom] -- cgit v1.2.3