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

Konstantin Gizdov kgizdov at archlinux.org
Fri Jul 24 15:44:04 UTC 2020


    Date: Friday, July 24, 2020 @ 15:44:03
  Author: kgizdov
Revision: 665169

add coflicts

Modified:
  xrootd4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-24 15:43:55 UTC (rev 665168)
+++ PKGBUILD	2020-07-24 15:44:03 UTC (rev 665169)
@@ -5,7 +5,7 @@
 pkgname="${_pkgname}4"
 pkgdesc="Software framework for fast, low latency, scalable and fault tolerant data access."
 pkgver=4.12.3
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url="https://xrootd.slac.stanford.edu/"
 license=('LGPL3')
@@ -12,6 +12,8 @@
 depends=('ceph' 'curl' 'libxml2' 'openssl' 'perl' 'python')
 makedepends=('cmake')
 checkdepends=('cppunit')
+provides=('xrootd')
+conflicts=('xrootd')
 source=("${url}/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz"
         'cxx17.patch')
 sha256sums=('6f2ca1accc8d49d605706bb556777c753860bf46d845b1ee11393a5cb5987f15'



More information about the arch-commits mailing list