Date: Thursday, January 2, 2020 @ 00:32:11 Author: arojas Revision: 546008
Add more conflicts to allow smooth upgrade Modified: cysignals/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-02 00:20:13 UTC (rev 546007) +++ PKGBUILD 2020-01-02 00:32:11 UTC (rev 546008) @@ -3,7 +3,7 @@ pkgbase=cysignals pkgname=python-cysignals pkgver=1.10.2 -pkgrel=4 +pkgrel=5 pkgdesc="Interrupt and signal handling for Cython" arch=(x86_64) url="https://www.sagemath.org" @@ -10,7 +10,7 @@ license=(LGPL) depends=(python pari) makedepends=(cython) -conflicts=(python2-cysignals) +conflicts=(python2-cysignals python2-fpylll python2-cypari2 python2-pplpy) source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz") sha256sums=('8107b67a0c5991f74b0e000c6fa9fe8efcb2a22c7ede5b017aac4c3e20fb7db2')
