summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Roizenman2023-04-12 13:41:24 -0700
committerDavid Roizenman2023-04-12 13:41:24 -0700
commit3c6cf8366ec22b50976f74e83330b736c3b953cb (patch)
tree6207820f5f3f7853381ff1c26b54c5f70895c63d /PKGBUILD
parent52dccab2950bf817ce111570145f8f414a181a6b (diff)
downloadaur-todoist.tar.gz
Remove provides and conflicts as they are derived implicitly from pkgname
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f291770a04b4..27221aff9e33 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,6 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/sachaos/todoist/archive/v$p
"rename_todoist_to_todoist_cli.patch")
sha256sums=('acf91e168abe7d251a68ae87b1943a1f83ef3b7fd89e4f56bd82cb3db51b6ade'
'2d0f8626b98c6b178d6be15ad03be20a49c18add0cb3ec2a1f06e8e727785564')
-provides=('todoist' 'todoist-cli')
-conflicts=('todoist' 'todoist-cli')
prepare() {
mkdir -p "$srcdir/go/src/github.com/sachaos"