diff options
author | root <root@rshg054.dnsready.net> | 2013-06-02 00:52:43 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-02 00:52:43 -0700 |
commit | 8831500349d38b0b1afcb74ada3f6878c31fb6ef (patch) | |
tree | f8ac5b9b66a8dd74a6c6ca07380e5310d61a0b3a /extra/libburn | |
parent | c0d441a203fe115f12c4db3d9753e16cc5a73b58 (diff) |
Sun Jun 2 00:52:37 PDT 2013
Diffstat (limited to 'extra/libburn')
-rw-r--r-- | extra/libburn/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libburn/PKGBUILD b/extra/libburn/PKGBUILD index fdc5df0ac..56ed59f83 100644 --- a/extra/libburn/PKGBUILD +++ b/extra/libburn/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 185766 2013-05-18 14:53:27Z andyrtr $ +# $Id: PKGBUILD 186945 2013-06-01 10:04:29Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> pkgname=libburn -pkgver=1.3.0 +pkgver=1.3.0.pl01 pkgrel=1 pkgdesc="Library for reading, mastering and writing optical discs" arch=('i686' 'x86_64') @@ -12,17 +12,17 @@ license=('GPL') depends=('glibc') source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig}) options=('!libtool' '!emptydirs') -md5sums=('c06bfec410ef461a994b9a75b2620561' +md5sums=('1ccbb8624b8c2b9937727000e46b52cf' 'SKIP') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd ${srcdir}/${pkgname}-${pkgver/.pl01/} ./configure --prefix=/usr --disable-static make } package() { - cd ${srcdir}/${pkgname}-${pkgver} + cd ${srcdir}/${pkgname}-${pkgver/.pl01/} make DESTDIR=${pkgdir} install } |