summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2021-04-23 21:36:24 +0200
committerbartus2021-04-23 21:36:24 +0200
commit020bd78347a4acbbe7ca94ab0d9c887106b1bf04 (patch)
tree0b5a3cb3b39f618c1a8c7e5229d66b0ce48b807a /PKGBUILD
parent3a17ae701b6d0507669ef383f8dd57dadf6ba63d (diff)
downloadaur-020bd78347a4acbbe7ca94ab0d9c887106b1bf04.tar.gz
Add conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3cf915cdb6a..9077aa55fa68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,8 @@ pkgdesc="An open framework for storing and sharing scene data"
arch=('x86_64')
url="http://www.alembic.io/"
license=('BSD')
+conflicts=('alembic')
+provides=("alembic=${pkgver}")
depends=('openexr' 'boost-libs' 'hdf5')
makedepends=('cmake' 'boost' 'ninja')
source=(${pkgname%-qfix}-$pkgver.tar.gz::https://github.com/alembic/alembic/archive/${pkgver}.tar.gz)