summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Schwan2020-05-07 01:30:26 +0200
committerFrederik Schwan2020-05-07 01:30:26 +0200
commit8597265ff1645736d0db49ba0365c79a883919ad (patch)
treef49863e528b4302dc59985b58b7496936a27374f
parent6c3026c56ca5e4a890ab5cafd47d5f05e54754af (diff)
downloadaur-namebench.tar.gz
PKGBUILD review of coderobe
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46cc234a7e4a..ecc695062e89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = namebench
pkgdesc = Open-source DNS benchmark utility
pkgver = 1.3
pkgrel = 1
- url = http://code.google.com/p/namebench/
+ url = https://code.google.com/p/namebench/
arch = any
license = Apache
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 855ec05bc750..785e5aa7da05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=1.3
pkgrel=1
pkgdesc='Open-source DNS benchmark utility'
arch=('any')
-url='http://code.google.com/p/namebench/'
+url='https://code.google.com/p/namebench/'
license=(Apache)
depends=('python2-dnspython' 'python2-httplib2' 'python2-simplejson' 'python2-jinja'
'python2-graphy')