diff options
author | root <root@rshg054.dnsready.net> | 2012-01-30 23:15:09 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-30 23:15:09 +0000 |
commit | 902eddd7e029eda6fc1c668b31e696c6ca3edbc7 (patch) | |
tree | 7daed2a9811a9c58333dafddaa471222520022b0 /extra/libisoburn | |
parent | 39711f3264d3b9de2ff6392649274d6333932457 (diff) |
Mon Jan 30 23:15:08 UTC 2012
Diffstat (limited to 'extra/libisoburn')
-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 39e306723..22e5f2087 100644 --- a/extra/libisoburn/PKGBUILD +++ b/extra/libisoburn/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 143529 2011-11-25 17:39:44Z andyrtr $ +# $Id: PKGBUILD 148001 2012-01-29 16:01:17Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Gour <Gour <gour@mail.inet.hr> pkgname=libisoburn -pkgver=1.1.8 +pkgver=1.2.0 pkgrel=1 pkgdesc="frontend for libraries libburn and libisofs" url="http://libburnia.pykix.org/wiki/Libisoburn" arch=('i686' 'x86_64') license=('GPL2') -depends=('libburn>=1.1.8' 'libisofs>=1.1.6' 'readline') +depends=('libburn>=1.2.0' 'libisofs>=1.2.0' 'readline') options=('!libtool') install=${pkgname}.install source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz) -md5sums=('78c02d1790d5871524a9f4434934e277') +md5sums=('48687da999d2508c82a391b59f2e2d77') build() { cd ${srcdir}/${pkgname}-${pkgver} |