summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaksim Novikov2020-01-07 21:29:29 +0100
committerMaksim Novikov2020-01-07 21:29:29 +0100
commit82252044fca61f55c2d1513270b936e39c2fbe31 (patch)
tree2e0948f6c1ed19578eb2db92b296f054c995ec04
parentc5bbb8c2da85bc3b8e4cc6fb56f55d8f82f400bf (diff)
downloadaur-82252044fca61f55c2d1513270b936e39c2fbe31.tar.gz
Update conflicts for todoist-cli
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 022fdc9dda96..cfcae8957014 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = todoist-git
pkgdesc = Todoist CLI Client, written in Golang.
- pkgver = r196.a73b330
+ pkgver = r267.49fb10b
pkgrel = 1
url = https://github.com/sachaos/todoist
arch = x86_64
@@ -10,6 +10,8 @@ pkgbase = todoist-git
makedepends = git
makedepends = dep
optdepends = peco: for zsh functions script
+ provides = todoist
+ conflicts = todoist
options = !strip
options = !emptydirs
source = todoist-git::git://github.com/sachaos/todoist.git
diff --git a/PKGBUILD b/PKGBUILD
index ff6190698151..59a9d21a7fb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,10 @@
-# Maintainer: David Roizenman <david@hmnd.io>
+# Maintainer: Maksim Novikov <mnovikov.work@gmail.com>
+# Contributor: David Roizenman <david@hmnd.io>
+# Contributor: Thor K. Høgås <thor at roht no>
_pkgname=todoist
pkgname=${_pkgname}-git
-pkgver=r196.a73b330
+pkgver=r267.49fb10b
pkgrel=1
pkgdesc="Todoist CLI Client, written in Golang."
arch=('x86_64' 'i686')
@@ -13,6 +15,8 @@ optdepends=('peco: for zsh functions script')
options=('!strip' '!emptydirs')
source=("${pkgname}::git://github.com/sachaos/todoist.git")
md5sums=('SKIP')
+provides=('todoist')
+conflicts=('todoist')
pkgver() {
cd "$pkgname"