summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kasak2017-04-22 21:22:50 +0200
committerDenis Kasak2017-04-22 21:22:50 +0200
commit98439e63f152e684ca3e4a795d25d47e8be8a235 (patch)
tree94a4e3c75bd492aca52a9826d18e1a62e12ed275
parente03896d5c111fb9d0898b2d470eb918d16206272 (diff)
downloadaur-98439e63f152e684ca3e4a795d25d47e8be8a235.tar.gz
Update project URL.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2980dca03b31..c8228dd9e44d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Sat Apr 22 19:22:18 UTC 2017
pkgbase = contextfree
pkgdesc = A program that generates images from written instructions called a grammar
pkgver = 3.0.9
pkgrel = 1
- url = http://www.contextfreeart.org/
+ url = https://www.contextfreeart.org/
arch = i686
arch = x86_64
license = GPL2
@@ -10,7 +12,7 @@ pkgbase = contextfree
makedepends = flex
depends = libpng
depends = gcc-libs
- source = http://www.contextfreeart.org/download/ContextFreeSource3.0.9.tgz
+ source = https://www.contextfreeart.org/download/ContextFreeSource3.0.9.tgz
md5sums = 8d1e2b20e105138aab44bbe157b23539
pkgname = contextfree
diff --git a/PKGBUILD b/PKGBUILD
index 700c702c9717..6eefe90c61fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@ pkgver=3.0.9
pkgrel=1
pkgdesc="A program that generates images from written instructions called a grammar"
arch=('i686' 'x86_64')
-url="http://www.contextfreeart.org/"
+url="https://www.contextfreeart.org/"
license=('GPL2')
depends=('libpng' 'gcc-libs')
makedepends=('bison' 'flex')
-source=("http://www.contextfreeart.org/download/ContextFreeSource${pkgver}.tgz")
+source=("https://www.contextfreeart.org/download/ContextFreeSource${pkgver}.tgz")
md5sums=('8d1e2b20e105138aab44bbe157b23539')
build() {