summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaurnimator2018-12-11 15:26:30 -0800
committerdaurnimator2018-12-11 15:26:30 -0800
commit32166aefac9d08209a9eb1e14db6ef3aa35ebf6a (patch)
tree925bce53fec2cb3a493f8963f2f717c324308f76
parent8d6fd59c960fd952840365fe5757c36cc26a6bb0 (diff)
downloadaur-libarena.tar.gz
Use https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbda2e3dc323..272aa14fd66e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,11 +2,11 @@ pkgbase = libarena
pkgdesc = Custom Memory Allocator Interface
pkgver = 0.3.7
pkgrel = 1
- url = http://25thandclement.com/~william/projects/libarena.html
+ url = https://25thandclement.com/~william/projects/libarena.html
arch = i686
arch = x86_64
license = MIT
- source = http://25thandclement.com/~william/projects/releases/libarena-0.3.7.tgz
+ source = https://25thandclement.com/~william/projects/releases/libarena-0.3.7.tgz
md5sums = 99339b429a34f32267be833a882008b9
pkgname = libarena
diff --git a/PKGBUILD b/PKGBUILD
index a7b59e6e89a2..78770a38903c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ pkgver=0.3.7
pkgrel=1
pkgdesc="Custom Memory Allocator Interface"
arch=('i686' 'x86_64')
-url='http://25thandclement.com/~william/projects/libarena.html'
+url='https://25thandclement.com/~william/projects/libarena.html'
license=('MIT')
depends=()
options=()
-source=("http://25thandclement.com/~william/projects/releases/${pkgname}-${pkgver}.tgz")
+source=("https://25thandclement.com/~william/projects/releases/${pkgname}-${pkgver}.tgz")
md5sums=('99339b429a34f32267be833a882008b9')
build() {