From ce388789e8be953680440a8feeccc81efe5cc297 Mon Sep 17 00:00:00 2001 From: Weng Xuetian Date: Sat, 21 Apr 2018 03:19:12 +0100 Subject: [PATCH] also add provides --- cython/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cython/PKGBUILD b/cython/PKGBUILD index 9cb3a3a02..5119836e9 100644 --- a/cython/PKGBUILD +++ b/cython/PKGBUILD @@ -25,6 +25,7 @@ build() { package_cython3() { depends=(python3 python3-setuptools) + provides=(python3-cython) conflicts=(python3-cython) replaces=(python3-cython) @@ -39,6 +40,7 @@ package_cython3() { package_cython2() { depends=(python2 python2-setuptools) + provides=(python2-cython) conflicts=(python2-cython) replaces=(python2-cython)