diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-08-12 01:10:30 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-08-12 01:10:30 -0500 |
commit | c5b6150b3eee495c9637a1151e04af537682b22e (patch) | |
tree | 305ac94576a65e17d3773cbeb6612823904cbeb8 /extra/libisoburn/PKGBUILD | |
parent | 750ab8ec8f204c3ef69beb2fef182b002bb50955 (diff) | |
parent | d27f27c051ce0164f6d4a36335fe5bab6db9c5fd (diff) |
Merge branch 'master' of gitpar:abslibre-mips64el
Diffstat (limited to 'extra/libisoburn/PKGBUILD')
-rw-r--r-- | extra/libisoburn/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libisoburn/PKGBUILD b/extra/libisoburn/PKGBUILD index 6b38ff996..3e21c4394 100644 --- a/extra/libisoburn/PKGBUILD +++ b/extra/libisoburn/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 131111 2011-07-10 16:14:08Z andyrtr $ +# $Id: PKGBUILD 135163 2011-08-10 16:43:11Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Gour <Gour <gour@mail.inet.hr> pkgname=libisoburn -pkgver=1.1.2 +pkgver=1.1.4 pkgrel=1 pkgdesc="frontend for libraries libburn and libisofs" url="http://libburnia.pykix.org/wiki/Libisoburn" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') -depends=('libburn>=1.1.0' 'libisofs>=1.1.2' 'readline>=6.2') +depends=('libburn' 'libisofs' 'readline') options=('!libtool') install=${pkgname}.install source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz) -md5sums=('07a8531e8693b8ad4093b12184da6d1c') +md5sums=('db79a0f0622077bb1a901f57cc1e2b67') build() { cd ${srcdir}/${pkgname}-${pkgver} |