summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Repp2021-01-10 10:16:00 +0100
committerSimon Repp2021-01-10 10:16:00 +0100
commitf8a1e834a5f9d0022c880010b7e53082845b848c (patch)
tree440ff32a748f436f68e1134a5eedfde3e2deeb80
parent263dc5ebef74b459826c153ad18ef3bc77fce9c4 (diff)
downloadaur-f8a1e834a5f9d0022c880010b7e53082845b848c.tar.gz
Use https url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35c8bf9897e2..e4114af2cc88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = vpaint
pkgdesc = VPaint is an experimental vector graphics editor based on the Vector Animation Complex technology.
pkgver = 1.7
pkgrel = 1
- url = http://www.vpaint.org
+ url = https://www.vpaint.org
arch = i686
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 313113ced1df..f60fdf42f25f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
license=('MIT')
depends=('glu' 'qt5-base' 'libxkbcommon-x11')
makedepends=('gendesk' 'icoutils')
-url='http://www.vpaint.org'
+url='https://www.vpaint.org'
conflicts=('vpaint-git')
provides=()
source=("https://github.com/dalboris/vpaint/archive/v$pkgver.tar.gz")