summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Angelopoulos2017-08-22 17:42:35 +0200
committerGeorge Angelopoulos2017-08-22 17:42:35 +0200
commit2fdfa803e7c18f42492716c4b8d77ae40a8a302c (patch)
treee266c33c86ddcb936e1684ca2e0e535f4fc234ca
parent8632d951ceab557ab0e58ecaa4bf646752ffcb9c (diff)
downloadaur-2fdfa803e7c18f42492716c4b8d77ae40a8a302c.tar.gz
use https
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d181fd2497e..79cf29d68897 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Mar 30 14:31:48 UTC 2017
+# Tue Aug 22 15:42:17 UTC 2017
pkgbase = collectl
pkgdesc = A tool for viewing and gethering system performance metrics.
pkgver = 4.1.2
- pkgrel = 1
+ pkgrel = 2
url = http://collectl.sourceforge.net/
arch = any
license = GPL2
license = custom:artistic
depends = perl
backup = etc/collectl.conf
- source = http://sourceforge.net/projects/collectl/files/collectl/collectl-4.1.2/collectl-4.1.2.src.tar.gz
+ source = https://sourceforge.net/projects/collectl/files/collectl/collectl-4.1.2/collectl-4.1.2.src.tar.gz
md5sums = 172e2b6f8c862f0be01e7f5b7f4d397b
pkgname = collectl
diff --git a/PKGBUILD b/PKGBUILD
index 090734b92dd0..d22b122d9b19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=collectl
pkgver=4.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for viewing and gethering system performance metrics."
arch=('any')
url="http://collectl.sourceforge.net/"
license=('GPL2' 'custom:artistic')
depends=('perl')
backup=('etc/collectl.conf')
-source=("http://sourceforge.net/projects/collectl/files/collectl/${pkgname}-${pkgver}/${pkgname}-${pkgver}.src.tar.gz")
+source=("https://sourceforge.net/projects/collectl/files/collectl/${pkgname}-${pkgver}/${pkgname}-${pkgver}.src.tar.gz")
md5sums=('172e2b6f8c862f0be01e7f5b7f4d397b')
package() {