diff options
author | Alexander Rødseth | 2014-08-01 10:47:34 +0000 |
---|---|---|
committer | Alexander Rødseth | 2014-08-01 10:47:34 +0000 |
commit | 2a80213d87ca5f43417dbe97353288e3cf41d6e4 (patch) | |
tree | 3e4e52fedaa71ef6a170bd57721474a0b5974bac /PKGBUILD | |
parent | f7a39c33ff5d6ee41bd7c8e7db5559372223ba18 (diff) | |
download | aur-2a80213d87ca5f43417dbe97353288e3cf41d6e4.tar.gz |
upgpkg: 2013.12.04-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,12 +3,12 @@ pkgname=io pkgver=2013.12.04 -pkgrel=1 +pkgrel=2 pkgdesc='IO programming language' arch=('x86_64' 'i686') url='http://iolanguage.com/' license=('BSD') -depends=('pcre' 'libsndfile' 'libxmu' 'freetype2' 'libedit' 'libxml2' 'libtiff' 'libevent' 'yajl' 'libmysqlclient' 'lzo2' 'libpng' 'python2' 'util-linux' 'freeglut' 'libjpeg-turbo' 'libtheora') +depends=('pcre' 'libsndfile' 'libxmu' 'freetype2' 'libedit' 'libxml2' 'libtiff' 'libevent' 'yajl' 'libmysqlclient' 'lzo' 'libpng' 'python2' 'util-linux' 'freeglut' 'libjpeg-turbo' 'libtheora') makedepends=('cmake') source=("$pkgname-$pkgver.tar.gz::https://github.com/stevedekorte/io/tarball/$pkgver") options=('!makeflags' '!buildflags') |