summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-06-22 10:40:02 -0400
committerAndrew Sun2019-06-22 10:40:02 -0400
commit401667afe9d687b01c629657cb40102131455767 (patch)
treeaa5bbb82edc073fe27e3aac37f321fbd84bde882
parent713d786fc50995aff72a6494f3a58075c5aa40f6 (diff)
downloadaur-401667afe9d687b01c629657cb40102131455767.tar.gz
fix source url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52cf0692eca7..3bafe9d89633 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = baresip
pkgdesc = portable and modular SIP User-Agent with audio and video support
pkgver = 0.6.3
pkgrel = 1
- url = http://creytiv.com/baresip.html
+ url = http://www.creytiv.com/baresip.html
arch = i686
arch = x86_64
arch = armv6h
diff --git a/PKGBUILD b/PKGBUILD
index 3fcd9ef64d90..479c9bf8391c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.6.3
pkgrel=1
pkgdesc="portable and modular SIP User-Agent with audio and video support"
arch=('i686' 'x86_64' 'armv6h')
-url="http://creytiv.com/baresip.html"
+url="http://www.creytiv.com/baresip.html"
license=('BSD')
depends=('rem'
'openssl')