summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Couto2015-07-28 13:10:10 +0200
committerPablo Couto2015-07-28 13:28:22 +0200
commitb95897b6ce398100e806c1485d63a96f7af6eda0 (patch)
tree10725e707560930bace8caed58f849a40a257f1a
parentf9fb2eb127b8a6cf55580ddfbd5466aab23bd1e9 (diff)
downloadaur-b95897b6ce398100e806c1485d63a96f7af6eda0.tar.gz
update to version 1.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d67551a1081..3ad71971fed4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = taskd-git
pkgdesc = A lightweight secure server providing multi-user, multi-client access to task data
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = http://tasktools.org/projects/taskd.html
install = taskd.install
@@ -14,7 +14,7 @@ pkgbase = taskd-git
depends = gnutls
provides = taskd
backup = etc/conf.d/taskd
- source = taskd-git::git+https://git.tasktools.org/scm/tm/taskd.git#branch=1.1.0
+ source = taskd-git::git+https://git.tasktools.org/scm/tm/taskd.git#branch=1.2.0
source = taskd.conf
source = taskd.notes
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cbead5c8e229..525ff67dd1b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# dot com> (https://github.com/harleypig/abs/tree/463a8ac/aur/taskd-git)
pkgname=taskd-git
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="A lightweight secure server providing multi-user, multi-client
access to task data"
@@ -15,7 +15,7 @@ license=('MIT')
install=taskd.install
-source=("${pkgname}::git+https://git.tasktools.org/scm/tm/taskd.git#branch=1.1.0"
+source=("${pkgname}::git+https://git.tasktools.org/scm/tm/taskd.git#branch=1.2.0"
'taskd.conf'
'taskd.notes')