~alpine/devel

main/task: added GnuTLS support to sync with a taskd server v1 PROPOSED

ScrumpyJack: 1
 main/task: added GnuTLS support to sync with a taskd server

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/816/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] main/task: added GnuTLS support to sync with a taskd server Export this patch

---
  main/task/APKBUILD | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/task/APKBUILD b/main/task/APKBUILD
index 97d1302..e1fe9ef 100644
--- a/main/task/APKBUILD
+++ b/main/task/APKBUILD
@@ -8,7 +8,7 @@ arch="all"
 license="MIT"
 depends=""
 depends_dev=""
makedepends="$depends_dev cmake util-linux-dev"
makedepends="$depends_dev cmake gnutls-dev util-linux-dev"
 install=""
 subpackages="$pkgname-doc"
 source="http://taskwarrior.org/download/task-$pkgver.tar.gz
-- 
2.1.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---