summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Rigaut2020-11-16 11:10:03 +1100
committerFrancois Rigaut2020-11-16 11:10:03 +1100
commit010850832c61bbfe3950b9724d3cb235d9086564 (patch)
tree3874e4e44e0a2ed87d7abae2d39b1c795b38ddfd
parenta8b45c6fccba67e5987978d1e445b8e6ce433ff4 (diff)
downloadaur-010850832c61bbfe3950b9724d3cb235d9086564.tar.gz
tweaks
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 961a87539c09..c61e7b9d8161 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,9 @@ pkgbase = yorick-hdf5-git
depends = yorick
depends = yorick-yutils-git
depends = hdf5_18
+ provides = yorick-hdf5
+ conflicts = yorick-hdf5
+ replaces = yorick-hdf5
pkgname = yorick-hdf5-git
diff --git a/PKGBUILD b/PKGBUILD
index 717c7ded4b9f..c62207d0cfe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,10 @@ url="https://github.com/frigaut/yorick-hdf5"
groups=('science' 'yorick-all')
depends=('yorick' 'yorick-yutils-git' 'hdf5_18')
makedepends=('yorick')
+provides=('yorick-hdf5')
+conflicts=('yorick-hdf5')
+replaces=('yorick-hdf5')
+
_gitroot="git://github.com/frigaut/yorick-hdf5.git"
_gitname="yorick-hdf5"