summarylogtreecommitdiffstats
path: root/task-2.5.1-compat.patch
diff options
context:
space:
mode:
authorJoost Bremmer2016-05-24 08:50:14 +0200
committerJoost Bremmer2016-05-24 08:54:25 +0200
commit2ebf3e82a5aa496129d44e828cc1e7a12e290b89 (patch)
treefa8b1cab1b3113c4e6aacfac581c0797ab292ee9 /task-2.5.1-compat.patch
parent3a1379a9c46c2b96085a75067fd357275e7844b9 (diff)
downloadaur-2ebf3e82a5aa496129d44e828cc1e7a12e290b89.tar.gz
update pkg: ptask-git 1.0.0.r1.g9554c87-1
new upstream release! Seems upstream development is back on + added new patch for 2.5.1 (officially supports up to 2.5.0) + removed ptask.install, decaprecated by hooks + see man alpm-hooks (5) for more info + added maximum version number requirement to task + add maximum version number for task + because of this you won't be able to update task beyond what ptask supports, but I will keep up the patches if there aren't any immediate support issues.
Diffstat (limited to 'task-2.5.1-compat.patch')
-rw-r--r--task-2.5.1-compat.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/task-2.5.1-compat.patch b/task-2.5.1-compat.patch
new file mode 100644
index 000000000000..47a01042711e
--- /dev/null
+++ b/task-2.5.1-compat.patch
@@ -0,0 +1,14 @@
+diff --git a/src/tw.c b/src/tw.c
+index 602f7b3..cf10bee 100644
+--- a/src/tw.c
++++ b/src/tw.c
+@@ -116,7 +116,8 @@ static int task_check_version()
+ || !strcmp(ver, "2.3.0")
+ || !strcmp(ver, "2.4.0")
+ || !strcmp(ver, "2.4.1")
+- || !strcmp(ver, "2.5.0"))
++ || !strcmp(ver, "2.5.0")
++ || !strcmp(ver, "2.5.1"))
+ return 1;
+ else
+ return 0;