summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Giovannetti2021-03-23 16:01:54 +0800
committerDario Giovannetti2021-03-23 16:01:54 +0800
commitef327b25028dd66ed10813fb51e6dcad9894f5d5 (patch)
tree414e262bbb30b3fcbe80994099c5b2def5551580 /PKGBUILD
parent8be6f57c0b39ae121e075bcef43f399a856852e2 (diff)
downloadaur-ef327b25028dd66ed10813fb51e6dcad9894f5d5.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 70bf9521d83d..6a3f12ff874c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname='outspline-extra'
pkgver='0.8.2'
-pkgrel=1
+pkgrel=2
pkgdesc="Extra addons for Outspline"
arch=('any')
url="https://kynikos.github.io/outspline/"
license=('GPL3')
depends=('outspline')
-source=("http://downloads.sourceforge.net/project/outspline/extra/$pkgname-$pkgver.tar.bz2")
+source=("https://downloads.sourceforge.net/project/outspline/extra/$pkgname-$pkgver.tar.bz2")
sha256sums=('8b5db75639de3cb462d9f138e1f775b395c1a76fa9ac84d77b3a6bc6dc55cc02')
package() {