summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexei Colin2018-08-02 23:05:41 -0400
committerAlexei Colin2018-08-02 23:05:41 -0400
commit97a3fd7d116ecc866d76ec3ce213f4f7c0b1ccd3 (patch)
tree3e7dc0f433acc85aee6dccb4639b74b4e334fe82
parent52b77bde2d42c83a77f80a79ee9c6e0825ba9f28 (diff)
downloadaur-97a3fd7d116ecc866d76ec3ce213f4f7c0b1ccd3.tar.gz
upstream repos and webpage have moved: fix URLs
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d66d9b74bd5..22b150a02166 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Sep 24 23:04:50 UTC 2017
+# Fri Aug 3 03:03:36 UTC 2018
pkgbase = taskd-git
pkgdesc = A lightweight secure server providing multi-user, multi-client access to task data
pkgver = 1.2.0
pkgrel = 1
- url = http://tasktools.org/projects/taskd.html
+ url = https://gothenburgbitfactory.org/projects/taskd.html
install = taskd.install
arch = i686
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = taskd-git
depends = gnutls
provides = taskd
backup = etc/conf.d/taskd
- source = taskd-git::git+https://git.tasktools.org/TM/taskd.git#branch=1.2.0
+ source = taskd-git::git+https://github.com/GothenburgBitFactory/taskserver.git
source = taskd.conf
source = taskd.notes
source = taskd.service
diff --git a/PKGBUILD b/PKGBUILD
index 00727aaf6dae..e56c66067e79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,12 +11,12 @@ pkgrel=1
_branch=1.2.0
pkgdesc="A lightweight secure server providing multi-user, multi-client
access to task data"
-url='http://tasktools.org/projects/taskd.html'
+url='https://gothenburgbitfactory.org/projects/taskd.html'
license=('MIT')
install=taskd.install
-source=("${pkgname}::git+https://git.tasktools.org/TM/taskd.git#branch=${_branch}"
+source=("${pkgname}::git+https://github.com/GothenburgBitFactory/taskserver.git"
'taskd.conf'
'taskd.notes'
'taskd.service')