summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud2018-11-19 15:26:25 +0100
committerJulien Nicoulaud2018-11-19 15:26:25 +0100
commitc3fbae154d153901556ac0204a7d7f328769425b (patch)
treee3224b6c72d691695390548d3826e8fd582f5ddc
parent02af409bbd7cbd4f88e222c536dc590a6bdcc433 (diff)
downloadaur-c3fbae154d153901556ac0204a7d7f328769425b.tar.gz
use https
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bd91eb1b309..9b14c3f10bcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nwdiag
pkgdesc = Generate network-diagram image files from spec-text files.
pkgver = 1.0.4
- pkgrel = 2
+ pkgrel = 3
url = http://blockdiag.com/en/nwdiag
changelog = Changelog
arch = any
@@ -13,8 +13,10 @@ pkgbase = nwdiag
optdepends = python-reportlab: to use the PDF output format
optdepends = python-docutils: to use the RST output format
conflicts = nwdiag-hg
- source = http://pypi.python.org/packages/source/n/nwdiag/nwdiag-1.0.4.tar.gz
+ source = https://pypi.python.org/packages/source/n/nwdiag/nwdiag-1.0.4.tar.gz
md5sums = 0d2ff1348aeff53aaf08838d0fa2c001
+ sha1sums = 501c4a07f559cfd78b8f49b6949d79c2464b8818
+ sha256sums = 002565875559789a2dfc5f578c07abdf44269c3f7cdf78d4809bdc4bdc2213fa
pkgname = nwdiag
diff --git a/PKGBUILD b/PKGBUILD
index 80d1f0c97ec7..9bc2e6ad6065 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Source: https://github.com/nicoulaj/archlinux-packages
pkgname=nwdiag
pkgver=1.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="Generate network-diagram image files from spec-text files."
arch=(any)
url="http://blockdiag.com/en/nwdiag"
@@ -15,8 +15,10 @@ optdepends=('python-reportlab: to use the PDF output format'
makedepends=(python-distribute)
changelog=Changelog
conflicts=('nwdiag-hg')
-source=("http://pypi.python.org/packages/source/n/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+source=("https://pypi.python.org/packages/source/n/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('0d2ff1348aeff53aaf08838d0fa2c001')
+sha1sums=('501c4a07f559cfd78b8f49b6949d79c2464b8818')
+sha256sums=('002565875559789a2dfc5f578c07abdf44269c3f7cdf78d4809bdc4bdc2213fa')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"