summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorn.boughton2015-11-06 13:59:56 +0000
committern.boughton2015-11-06 13:59:56 +0000
commit947932ace2a652678079e920e6d0b9ecf2d2bc33 (patch)
treed08386819a725f541de7638d9d0af4ca8b8198a9
parentdbd5c4b2836d9f657dcb92c689e933423258efc1 (diff)
downloadaur-947932ace2a652678079e920e6d0b9ecf2d2bc33.tar.gz
Updated upstream URL as the github page will be more concurrent
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25efb0ed6c26..79a52470652a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = devd
pkgdesc = devd: a web daemon for developers
pkgver = 0.2
- pkgrel = 1
- url = http://corte.si/posts/devd/intro/index.html
+ pkgrel = 2
+ url = https://github.com/cortesi/devd
arch = x86_64
license = MIT
provides = devd
diff --git a/PKGBUILD b/PKGBUILD
index 05a8b7dfa2cb..d737d326575f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
#Maintainer: Nick Boughton <nicholasboughton@gmail.com>
pkgname=devd
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="devd: a web daemon for developers"
arch=('x86_64')
-url="http://corte.si/posts/devd/intro/index.html"
+url="https://github.com/cortesi/devd"
license=('MIT')
provides=('devd')
source=("https://github.com/cortesi/devd/releases/download/v$pkgver/$pkgname-$pkgver-linux64.tgz")