summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Giovannetti2021-03-23 16:03:37 +0800
committerDario Giovannetti2021-03-23 16:03:37 +0800
commitf668dc4c5a0256603e37343ef9e43691009ec87c (patch)
tree59a463de9cb97d79223174c789f33cf123cb961f /PKGBUILD
parent5c187acb3f95f421e763499b5e6c6b6fd8ae6d6e (diff)
downloadaur-f668dc4c5a0256603e37343ef9e43691009ec87c.tar.gz
Use https in source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87322a5d0194..d09e6e65a0d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname='outspline-experimental'
pkgver='0.8.1'
-pkgrel=1
+pkgrel=2
pkgdesc="Experimental addons for Outspline"
arch=('any')
url="https://kynikos.github.io/outspline/"
license=('GPL3')
depends=('outspline')
-source=("http://downloads.sourceforge.net/project/outspline/experimental/$pkgname-$pkgver.tar.bz2")
+source=("https://downloads.sourceforge.net/project/outspline/experimental/$pkgname-$pkgver.tar.bz2")
sha256sums=('7e0c48f12d9f69860888520ed8b3b486ccc89c4a9a46652085ff2eed399d234c')
package() {