summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Abspoel2021-04-02 23:14:50 +0200
committerNiels Abspoel2021-04-02 23:14:50 +0200
commit7e9b366023f75488cc169f9ca8d378900069e00b (patch)
tree9c678dc9c618ecb60f3d035a380ebf9af9f58380
parenta07e4f0c70fb0a6e45ed4c24904c281c4aa52e3b (diff)
downloadaur-7e9b366023f75488cc169f9ca8d378900069e00b.tar.gz
update srcinfo
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5b9de8a249b..b5e60cc5207f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,15 +2,16 @@ pkgbase = reclass
pkgdesc = hierarchical inventory backend for configuration management systems (salt, ansible, puppet)
pkgver = 1.4.1
pkgrel = 1
- url = http://reclass.pantsfullofunix.net/
+ url = https://reclass.pantsfullofunix.net/
arch = i686
arch = x86_64
license = PerlArtistic
+ makedepends = python2-setuptools
depends = python2
provides = reclass
conflicts = reclass-git
backup = etc/reclass/reclass-config.yml
- source = http://debian.c3sl.ufpr.br/debian/pool/main/r/reclass/reclass_1.4.1.orig.tar.gz
+ source = https://ftp.debian.org/debian/pool/main/r/reclass/reclass_1.4.1.orig.tar.gz
source = reclass-config.yml
source = .AURINFO
md5sums = bb8d46cd739ca76befb12ebc70e79b14
diff --git a/PKGBUILD b/PKGBUILD
index e685d6970a37..a688e798393d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ url="https://reclass.pantsfullofunix.net/"
license=("PerlArtistic")
depends=('python2')
backup=('etc/reclass/reclass-config.yml')
-makedepends=()
+makedepends=('python2-setuptools')
optdepends=()
options=()
conflicts=('reclass-git')
provides=('reclass')
-source=("https://debian.c3sl.ufpr.br/debian/pool/main/r/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz" 'reclass-config.yml' '.AURINFO')
+source=("https://ftp.debian.org/debian/pool/main/r/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz" 'reclass-config.yml' '.AURINFO')
md5sums=('bb8d46cd739ca76befb12ebc70e79b14' 'ad011bd9cf89152b9eaaeebc0862732f' 'SKIP')
build() {