diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-29 12:36:05 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-29 12:36:05 -0300 |
commit | 6f36350b7b59dd4ccea3dd878938dd47b77a1608 (patch) | |
tree | 6e81bc69d8bba80912b0f7f9224f82bda2d96792 /extra/libburn | |
parent | e40531aab32ff93b1f9da20d8a43a440d8dffaca (diff) | |
parent | 83c3c42a38bda36bdc56d594318958bc4cfd9b32 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/percona-server/PKGBUILD
community/qdevelop/PKGBUILD
core/openssh/PKGBUILD
extra/colord/PKGBUILD
extra/enblend-enfuse/PKGBUILD
extra/mesa/PKGBUILD
extra/telepathy-kde-contact-list/PKGBUILD
extra/vim/PKGBUILD
multilib/lib32-mesa/PKGBUILD
Diffstat (limited to 'extra/libburn')
-rw-r--r-- | extra/libburn/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libburn/PKGBUILD b/extra/libburn/PKGBUILD index e6a4c6174..4cedfdf0d 100644 --- a/extra/libburn/PKGBUILD +++ b/extra/libburn/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 140467 2011-10-15 09:28:22Z andyrtr $ +# $Id: PKGBUILD 143527 2011-11-25 17:36:29Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> pkgname=libburn -pkgver=1.1.6 #.pl01 +pkgver=1.1.8 #.pl01 pkgrel=1 pkgdesc="Library for reading, mastering and writing optical discs" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ license=('GPL') depends=('glibc') source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz) options=('!libtool' '!emptydirs') -md5sums=('741604c3d4064502f06bae20293c508c') +md5sums=('b91d2b8c65483efe447dbc3e3c9545d0') build() { cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/} |