[arch-commits] Commit in xrootd/trunk (PKGBUILD)

Konstantin Gizdov kgizdov at archlinux.org
Sun Mar 3 19:09:46 UTC 2019


    Date: Sunday, March 3, 2019 @ 19:09:46
  Author: kgizdov
Revision: 437491

replace python variants and conflict python2

Modified:
  xrootd/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-03 19:08:14 UTC (rev 437490)
+++ PKGBUILD	2019-03-03 19:09:46 UTC (rev 437491)
@@ -3,9 +3,11 @@
 # Contributor: Alex Pearce < alex at alexpearce dot me >
 pkgname=xrootd
 provides=('python-xrootd' 'python-pyxrootd')
+replaces=('python-xrootd' 'python-pyxrootd')
+conflicts=('python2-xrootd' 'python2-pyxrootd')
 pkgdesc="Software framework for fast, low latency, scalable and fault tolerant data access."
 pkgver=4.9.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://xrootd.org"
 license=('LGPL3')



More information about the arch-commits mailing list