summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Phillips2018-05-04 17:02:52 +1200
committerDavid Phillips2018-05-04 17:02:52 +1200
commit3df68565261617baaa7913856243ad86e52bcb81 (patch)
treeec7c85839314592e7696e2d21544c408d4457be2 /PKGBUILD
parentc763b969d9730813a440cd74049e25e7cbef9fe6 (diff)
downloadaur-3df68565261617baaa7913856243ad86e52bcb81.tar.gz
HTTP -> HTTPS
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5113a9bb83bd..ec0e778f9e38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@ pkgver=2.1.1a2
pkgrel=2
pkgdesc="A simple and fast parser generator"
arch=('i686' 'x86_64')
-url="http://simpleparse.sourceforge.net"
+url="https://simpleparse.sourceforge.net"
license=('custom')
depends=('python2')
makedepends=('python2-setuptools')
-source=("http://downloads.sourceforge.net/simpleparse/${_pkgname}-${pkgver}.tar.gz")
+source=("https://downloads.sourceforge.net/simpleparse/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('9899df932c6805dbb6433c7395e696fd60723f463513933e925cc77314c6bbb8')
build () {