summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Abspoel2021-04-02 20:15:37 +0200
committerNiels Abspoel2021-04-02 20:15:37 +0200
commita07e4f0c70fb0a6e45ed4c24904c281c4aa52e3b (patch)
tree5cf184c55fce08468d0cdf180d3c468f1457e341
parent481e9d1511411643b75eddb8bf3bb0dcedf31349 (diff)
downloadaur-a07e4f0c70fb0a6e45ed4c24904c281c4aa52e3b.tar.gz
fix links to https
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95cc6f6d12fe..e685d6970a37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=1.4.1
pkgrel=1
pkgdesc="hierarchical inventory backend for configuration management systems (salt, ansible, puppet)"
arch=('i686' 'x86_64')
-url="http://reclass.pantsfullofunix.net/"
+url="https://reclass.pantsfullofunix.net/"
license=("PerlArtistic")
depends=('python2')
backup=('etc/reclass/reclass-config.yml')
@@ -13,7 +13,7 @@ optdepends=()
options=()
conflicts=('reclass-git')
provides=('reclass')
-source=("http://debian.c3sl.ufpr.br/debian/pool/main/r/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz" 'reclass-config.yml' '.AURINFO')
+source=("https://debian.c3sl.ufpr.br/debian/pool/main/r/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz" 'reclass-config.yml' '.AURINFO')
md5sums=('bb8d46cd739ca76befb12ebc70e79b14' 'ad011bd9cf89152b9eaaeebc0862732f' 'SKIP')
build() {
@@ -29,7 +29,7 @@ package() {
mkdir -p $pkgdir/etc/reclass/nodes
mkdir -p $pkgdir/etc/reclass/classes
install -Dm644 ${srcdir}/reclass-config.yml ${pkgdir}/etc/reclass/reclass-config.yml
-
+
#examples are usefull
mkdir -p $pkgdir/usr/share/doc/${pkgname}/examples
for i in ${srcdir}/${pkgname}-${pkgver}/examples/*; do