diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-29 18:33:18 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-29 18:33:18 -0300 |
commit | 61a5e5720348d926f26870a933feda16ac9ff88b (patch) | |
tree | c6b574b31643d5ac165df35ead9aebb5221fcdc0 /libre | |
parent | 0616b9cbc2eed3c8d6ab9ec0d3206465314aed8f (diff) | |
download | abslibre-61a5e5720348d926f26870a933feda16ac9ff88b.tar.gz abslibre-61a5e5720348d926f26870a933feda16ac9ff88b.tar.bz2 abslibre-61a5e5720348d926f26870a933feda16ac9ff88b.zip |
reflector-2015.12-2.parabola3: remove reflector from the base group since redirector and repomirror redirects you to a mirror for package files and it doesn't really use much of our bandwidth anymore, therefore reflector is not needed as priority anymore too -> https://lists.parabola.nu/pipermail/dev/2016-October/004514.html
Diffstat (limited to 'libre')
-rw-r--r-- | libre/reflector/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/reflector/PKGBUILD b/libre/reflector/PKGBUILD index b5d859017..e00a947cd 100644 --- a/libre/reflector/PKGBUILD +++ b/libre/reflector/PKGBUILD @@ -2,11 +2,10 @@ #Maintainer: André Silva <emulatorman@parabola.nu> pkgname=reflector pkgver=2015.12 -pkgrel=2.parabola2 +pkgrel=2.parabola3 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman mirror list (Parabola rebranded)' arch=(any) license=(GPL) -groups=(base) url="http://xyne.archlinux.ca/projects/reflector" replaces=(${pkgname}-parabola) conflicts=(${pkgname}-parabola) |