aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Brown2017-08-28 22:19:50 +0000
committerDerek Brown2017-08-28 22:19:50 +0000
commit4bb234bd0db069581b7dbaff543f178f6ce8fe77 (patch)
tree87930e43f7a7ddedc77e7a18e5a2c160abeefb3a
parent51016e3f252da99a5560c2ef8669581de0293b58 (diff)
downloadaur-4bb234bd0db069581b7dbaff543f178f6ce8fe77.tar.gz
Release v590-1 via TravisCI
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5155a848a320..2e10f9a0c09b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 28 17:10:06 UTC 2017
+# Mon Aug 28 22:19:50 UTC 2017
pkgbase = c0
pkgdesc = C0 Package for 15-122
- pkgver = 0.523
+ pkgver = 0.590
pkgrel = 1
url = http://c0.typesafety.net/index.html
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = c0
depends = ncurses5-compat-libs>=6.0
provides = coin
provides = cc0
- source = c0::http://c0.typesafety.net/dist/cc0-v0523-linux3.13.0-64bit-bin.tgz
- md5sums = c58f4b8720785ccc4063d2f5f3209da0
+ source = c0::http://c0.typesafety.net/dist/cc0-v0590-linux4.4.0-bin.tgz
+ md5sums = 62e51ffbb7f6b03c7e863757c9705922
pkgname = c0
diff --git a/PKGBUILD b/PKGBUILD
index ed5e5a7fdf84..2ca50b3a5161 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Derek Brown <derekbro@andrew.cmu.edu>
pkgname=c0
-pkgver=0.523
+pkgver=0.590
pkgrel=1
pkgdesc="C0 Package for 15-122"
url="http://c0.typesafety.net/index.html"
@@ -8,8 +8,8 @@ arch=('x86_64' 'i686')
license=('GPL')
depends=('libpng12>=1.2' 'zlib>=1.2' 'make>=4.0' 'gcc>=5.1' 'ncurses5-compat-libs>=6.0')
provides=('coin' 'cc0')
-source=("$pkgname::http://c0.typesafety.net/dist/cc0-v0523-linux3.13.0-64bit-bin.tgz")
-md5sums=('c58f4b8720785ccc4063d2f5f3209da0')
+source=("$pkgname::http://c0.typesafety.net/dist/cc0-v0590-linux4.4.0-bin.tgz")
+md5sums=('62e51ffbb7f6b03c7e863757c9705922')
package() {
@@ -19,9 +19,6 @@ package() {
mkdir -p $pkgdir/usr/bin
- # Install Compatibility Symlink
- ln -s /usr/lib/libncurses.so.5 $pkgdir/usr/lib/libtinfo.so.5
-
# Install C0 Bin
chmod +x $pkgdir/usr/lib/c0/bin/cc0.bin
echo -e '#!/bin/sh\n/usr/lib/c0/bin/cc0.bin $@' >> $pkgdir/usr/bin/cc0