summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Beaumont2019-04-08 11:33:45 +0200
committerAlfredo Beaumont2019-04-08 11:33:45 +0200
commit11a5bad69a4c115b5f94eb4751d73d5a4077b886 (patch)
treefb17b867625264805cb0f3a351351ddae9182378
parent042d728c186f15d9437e0565342465462ecf9cb6 (diff)
downloadaur-11a5bad69a4c115b5f94eb4751d73d5a4077b886.tar.gz
Update to OpenDylan 2019.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf490015d21d..23e25550d764 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,18 @@
pkgbase = opendylan
pkgdesc = Dylan is an advanced, object-oriented, dynamic language which supports rapid program development.
- pkgver = 2014.1
+ pkgver = 2019.1
pkgrel = 1
url = http://www.opendylan.org
install = opendylan.install
arch = i686
arch = x86_64
license = custom
+ depends = glibc
+ depends = gc
options = !strip
options = staticlibs
+ source = http://opendylan.org/downloads/opendylan/2019.1/opendylan-2019.1-x86_64-linux.tar.bz2
+ md5sums = 458a921bd1e1097d3beb02908e3e49a2
pkgname = opendylan
diff --git a/PKGBUILD b/PKGBUILD
index d75ab9d51eaa..bb5846c423dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Alfredo Beaumont <alfredo.beaumont@gmail.com>
pkgname=opendylan
-pkgver=2014.1
+pkgver=2019.1
pkgrel=1
pkgdesc="Dylan is an advanced, object-oriented, dynamic language which supports rapid program development."
arch=(i686 x86_64)
@@ -16,11 +16,11 @@ options=(!strip staticlibs)
if [[ $CARCH == "i686" ]]; then
depends=('glibc')
source=(http://opendylan.org/downloads/$pkgname/$pkgver/$pkgname-$pkgver-x86-linux.tar.bz2)
- md5sums=('8ed5e060f052710e99cef466a02c7a80')
+ md5sums=('c391b1f1e0f2682b9c8d1f85852532f1')
elif [[ $CARCH == "x86_64" ]]; then
depends=('glibc' 'gc')
source=(http://opendylan.org/downloads/$pkgname/$pkgver/$pkgname-$pkgver-x86_64-linux.tar.bz2)
- md5sums=('8e8388f0a6e5d2b0411d7561977d733e')
+ md5sums=('458a921bd1e1097d3beb02908e3e49a2')
fi
package() {