Skip to content
Snippets Groups Projects
Unverified Commit 9fe55a40 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

Packaging: Arch: Remove tclap from dependencies

parent d925c4e8
No related branches found
No related tags found
1 merge request!105Dev tp ci
...@@ -46,7 +46,7 @@ check() { ...@@ -46,7 +46,7 @@ check() {
} }
   
package_algorithms-library-snapshot() { package_algorithms-library-snapshot() {
depends=('tclap' 'libxml2' 'readline') depends=('libxml2' 'readline')
optdepends=('graphviz: Visualize data structures') optdepends=('graphviz: Visualize data structures')
provides=('algorithms-library') provides=('algorithms-library')
conflicts=('algorithms-library') conflicts=('algorithms-library')
......
...@@ -41,7 +41,7 @@ check() { ...@@ -41,7 +41,7 @@ check() {
} }
   
package_algorithms-library() { package_algorithms-library() {
depends=('tclap' 'libxml2' 'readline') depends=('libxml2' 'readline')
optdepends=('graphviz: Visualize data structures') optdepends=('graphviz: Visualize data structures')
provides=('algorithms-library') provides=('algorithms-library')
conflicts=('algorithms-library') conflicts=('algorithms-library')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment