diff options
author | root <root@rshg054.dnsready.net> | 2013-10-26 01:22:45 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-26 01:22:45 -0700 |
commit | 24152c3ea77087edccf017c13d44904a75799ff7 (patch) | |
tree | 65e25106816e5071dd5b2edc2270e0138c23dc7c /extra/libisoburn | |
parent | 5a3821aec094b38a412cf5e6997c08b6428d6f77 (diff) |
Sat Oct 26 01:21:13 PDT 2013
Diffstat (limited to 'extra/libisoburn')
-rw-r--r-- | extra/libisoburn/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extra/libisoburn/PKGBUILD b/extra/libisoburn/PKGBUILD index 97b2b507a..801c1a5ad 100644 --- a/extra/libisoburn/PKGBUILD +++ b/extra/libisoburn/PKGBUILD @@ -1,15 +1,18 @@ -# $Id: PKGBUILD 197089 2013-10-21 18:35:00Z andyrtr $ +# $Id: PKGBUILD 197415 2013-10-25 18:23:05Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Gour <Gour <gour@mail.inet.hr> pkgname=libisoburn pkgver=1.3.2 -pkgrel=2 +pkgrel=3 pkgdesc="frontend for libraries libburn and libisofs" url="http://libburnia-project.org" arch=('i686' 'x86_64') license=('GPL2') depends=('libburn>=1.3.2' 'libisofs>=1.3.2' 'readline') +optdepends=('tk: for xorriso-tcltk frontend' + 'bwidget: for xorriso-tcltk frontend') +provides=('xorriso' 'xorriso-tcltk') install=${pkgname}.install source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig}) md5sums=('7ebee7c1d4e09565daddca15467035af' |