summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrik Bachan2024-05-05 10:30:18 +0200
committerPatrik Bachan2024-05-05 10:30:18 +0200
commite13d0d9a37dbbbffab0a1b8f0103c5bdcbcd717a (patch)
tree5402d7b1e733c1a74397867d73d8756d935a0ce4
parentbff3687a67aa5a698d6e16047c030261049bff0b (diff)
downloadaur-asammdf-git.tar.gz
add 'asammdf' into provides
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2c6db68dc2a..5f728932c428 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -32,6 +32,7 @@ pkgbase = asammdf-git
optdepends = python-cryptography: encryption
optdepends = python-keyring: encryption
optdepends = python-fsspec: filesystem
+ provides = asammdf
conflicts = asammdf
source = asammdf-git::git+https://github.com/danielhrisca/asammdf.git
source = asammdf.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 55d818a5659b..80203a9b7c80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('x86_64') # should build any run on any architecture with C compiler, but
url="https://github.com/danielhrisca/asammdf"
license=('LGPL-3.0-only')
groups=()
+provides=('asammdf')
depends=('python' 'python-pandas' 'python-numpy' 'python-numexpr' 'python-cchardet' 'python-chardet' 'python-lz4' 'python-importlib-metadata' 'canmatrix-git' 'hicolor-icon-theme')
makedepends=('git' 'python-setuptools')
optdepends=(