diff options
author | Debasish Patra | 2022-10-19 08:43:08 +0530 |
---|---|---|
committer | Debasish Patra | 2022-10-19 08:43:08 +0530 |
commit | b88ef6086ad1d06ad0209ccbc9c689c848aaefa0 (patch) | |
tree | de7d4b89f21d3d261165481ce965d06561d96072 /PKGBUILD | |
parent | 5ec53d2b01c6bd726279f38db0ab7cb0e411e5f9 (diff) | |
download | aur-treeview-git.tar.gz |
Configured SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ arch=('i686' 'x86_64') url="https://gitlab.gnome.org/patradebasish1987/treeview" license=('UNLICENSE' 'MIT') provides=("treeview") -makedepends=('cargo' 'git' 'asciidoc') -conflicts=('treeview') +makedepends=('cargo' 'git') +conflicts=('treeview-bin') source=("$pkgname::git+https://gitlab.gnome.org/patradebasish1987/treeview") sha1sums=('SKIP') |