diff options
author | Julian Hornich | 2023-09-01 22:26:44 +0200 |
---|---|---|
committer | Julian Hornich | 2023-09-01 22:26:44 +0200 |
commit | 60c155dc71339304afa86352e48758e1bd613ffc (patch) | |
tree | 366409afea3961d85899819347bd079831c5130b /.SRCINFO | |
parent | 228db4161a0f1a0b806eb3bb7a713010fccbd52d (diff) | |
download | aur-60c155dc71339304afa86352e48758e1bd613ffc.tar.gz |
fix provides/conflicts
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,9 +8,9 @@ pkgbase = python-pycachesim-git license = GPLv3 makedepends = git depends = python - provides = pycachesim + provides = python-pycachesim + conflicts = python-pycachesim source = git+https://github.com/RRZE-HPC/pycachesim.git sha256sums = SKIP pkgname = python-pycachesim-git - |