summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2024-02-01 14:41:36 +0100
committerMarcell Meszaros2024-02-01 14:41:36 +0100
commit017cef9a89d96b10a9f09526096f9c7dccc67116 (patch)
tree8080c5ac8e4271daefb61acb3995d7e50aa5d7a6
parent10073b905d4e1457ccdc1d9c68782f61799ff1ab (diff)
downloadaur-openexr2.tar.gz
remove unneeded, problematic provides entry
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd094d0c3b39..893184599b2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,6 @@ pkgbase = openexr2
depends = zlib
optdepends = boost-libs: python support
optdepends = python: python support
- provides = openexr=2.5.5
conflicts = openexr
source = openexr2-2.5.5.tar.gz::https://github.com/openexr/openexr/archive/v2.5.5.tar.gz
sha256sums = 59e98361cb31456a9634378d0f653a2b9554b8900f233450f2396ff495ea76b3
diff --git a/PKGBUILD b/PKGBUILD
index e277df13d79e..1994fc4a744c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,6 @@ depends=('zlib')
makedepends+=('cmake' 'patchelf' python{,-numpy} 'boost' 'freeglut' 'chrpath')
optdepends+=('boost-libs: python support' 'python: python support')
conflicts=('openexr')
-provides=("openexr=${pkgver}")
source=("$pkgname-$pkgver.tar.gz::https://github.com/openexr/openexr/archive/v$pkgver.tar.gz")
sha256sums=('59e98361cb31456a9634378d0f653a2b9554b8900f233450f2396ff495ea76b3')