diff options
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 d04f72375..0f2aa2cf6 100644 --- a/libre/reflector/PKGBUILD +++ b/libre/reflector/PKGBUILD @@ -5,12 +5,11 @@ pkgname=reflector pkgver=2021.4 pkgrel=1 +pkgrel+=.parabola1 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman mirror list (Parabola rebranded)' arch=(any) license=(GPL) url="https://xyne.archlinux.ca/projects/reflector" -replaces=(${pkgname}-parabola) -conflicts=(${pkgname}-parabola) depends=(python3) optdepends=('rsync: rate rsync mirrors') backup=(etc/xdg/reflector/reflector.conf) |