summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2020-09-28 16:00:25 +0200
committerIgor Dejanovic2020-10-03 19:21:29 +0200
commite461f218ee7305dda5d00d9669c89c30f305d7f8 (patch)
treee0b6f7788c89ffc4a18916d3366baabc04c24a28
parentb476eb875a5ad6b5a6ed54fdd215e010bffaeb48 (diff)
downloadaur-e461f218ee7305dda5d00d9669c89c30f305d7f8.tar.gz
Use https in url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8becf1fbfa75..7411d6895759 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-textx
pkgdesc = Python library for building Domain-Specific Languages and parsers
pkgver = 2.2.0
pkgrel = 1
- url = http://textx.github.io/textX/
+ url = https://textx.github.io/textX/
arch = any
license = MIT
checkdepends = python-pytest-runner
diff --git a/PKGBUILD b/PKGBUILD
index 58ca6944ac65..e50e44d3f44e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=2.2.0
pkgrel=1
pkgdesc="Python library for building Domain-Specific Languages and parsers"
arch=('any')
-url="http://textx.github.io/textX/"
+url="https://textx.github.io/textX/"
license=('MIT')
depends=('python' 'python-arpeggio' 'python-click')
makedepends=('python-setuptools')