diff options
author | eklairs | 2024-05-21 16:52:20 +0530 |
---|---|---|
committer | eklairs | 2024-05-21 16:52:20 +0530 |
commit | deed760ff55f53cb78b9da1ceabf03cfeedf88fc (patch) | |
tree | e70b51582be34f59b83bc6a1e59ffe83e1af8431 /PKGBUILD | |
parent | 4e3cf927e9c0e3ddae1d63d9ad3c94dba9349d1c (diff) | |
download | aur-tlock-git.tar.gz |
tlock: aur: fix: Invalid `conflicts` value
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ url="https://github.com/eklairs/tlock" arch=("x86_64") license=("MIT") makedepends=('go' 'git') -conflicts=(_pkgname) +conflicts=($_pkgname) source=("$_pkgname::git+$url.git") sha256sums=('SKIP') |