summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kasak2019-01-20 14:57:50 +0100
committerDenis Kasak2019-01-20 14:57:50 +0100
commit5a44127449761935b3aab5e32206c1962a378005 (patch)
tree63e21c8562ad45aa569cd85ddcc33857c6630416
parent6624c48050af82276b51710b2dd656e8526463e2 (diff)
downloadaur-5a44127449761935b3aab5e32206c1962a378005.tar.gz
Update to 3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d441bf1ba85a..abc6323493ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Oct 14 10:14:21 UTC 2017
+# Sun Jan 20 13:57:42 UTC 2019
pkgbase = contextfree
pkgdesc = A program that generates images from written instructions called a grammar
- pkgver = 3.0.11.3
+ pkgver = 3.1
pkgrel = 1
url = https://www.contextfreeart.org/
arch = i686
@@ -12,8 +12,8 @@ pkgbase = contextfree
makedepends = flex
depends = libpng
depends = gcc-libs
- source = https://www.contextfreeart.org/download/ContextFreeSource3.0.11.3.tgz
- md5sums = e377f99023a1dff07673b4462d9639b2
+ source = https://www.contextfreeart.org/download/ContextFreeSource3.1.tgz
+ sha256sums = b5a0662c904c1369116a3cc9ab76d20eef8d21eb4caf47ec1b989c2cd40e315a
pkgname = contextfree
diff --git a/PKGBUILD b/PKGBUILD
index b2b1d5414592..775f1c4fd808 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Mark Taylor <skymt0@gmail.com>
pkgname=contextfree
-pkgver=3.0.11.3
+pkgver=3.1
pkgrel=1
pkgdesc="A program that generates images from written instructions called a grammar"
arch=('i686' 'x86_64')
@@ -13,12 +13,11 @@ license=('GPL2')
depends=('libpng' 'gcc-libs')
makedepends=('bison' 'flex')
source=("https://www.contextfreeart.org/download/ContextFreeSource${pkgver}.tgz")
-md5sums=('e377f99023a1dff07673b4462d9639b2')
-
+sha256sums=('b5a0662c904c1369116a3cc9ab76d20eef8d21eb4caf47ec1b989c2cd40e315a')
build() {
- # NOTE: 3.0.11.3 tarball packages files directly in the root of the archive
+ # NOTE: 3.1 tarball packages files directly in the root of the archive
# instead of under a directory.
# cd "$srcdir/context-free-$pkgver"
cd "$srcdir"