summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-07-12 17:32:29 +0200
committerGoliathLabs2020-07-12 17:32:29 +0200
commitdccfd7382dc04f4811608bdbe0434b1148ed86e1 (patch)
tree971017f53457f0e86535aa22798a9129ba8a2cb0 /PKGBUILD
parent57eeeadc49bccb83171b5c39d8889a26af00f1e8 (diff)
downloadaur-dccfd7382dc04f4811608bdbe0434b1148ed86e1.tar.gz
Updated: PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e46a9d5872da..edb37df5a290 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=perl-app-sqitch
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Sane database change management'
_dist=App-Sqitch
arch=('any')
-url="http://sqitch.org/"
+url="https://sqitch.org/"
license=('MIT')
depends=(
'perl-clone'
@@ -59,7 +59,7 @@ optdepends=(
)
options=('!emptydirs' purge)
-source=("http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/$_dist-v$pkgver.tar.gz")
+source=("https://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/$_dist-v$pkgver.tar.gz")
sha512sums=('bb2d179c473d2c659fa0e6b23a5c312449299975a2e487f84812d9d891ecc139278da1661e1a4eb922487b0cafb8014de019b498c069799f39fd2e31392cf3aa')
build() {