diff options
author | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
commit | b2a6f1b28b7fa31088cab9a90b0f5ab97948534d (patch) | |
tree | afa7b467e44b704b69c66862852a8c3118b8e308 /extra/libburn | |
parent | 7c151ac5589d3dbef5972f69a62b847ecf565bfa (diff) |
Thu Oct 31 01:09:50 PDT 2013
Diffstat (limited to 'extra/libburn')
-rw-r--r-- | extra/libburn/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libburn/PKGBUILD b/extra/libburn/PKGBUILD index c8ba40902..8895f79d5 100644 --- a/extra/libburn/PKGBUILD +++ b/extra/libburn/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 192276 2013-08-09 14:16:57Z andyrtr $ +# $Id: PKGBUILD 198131 2013-10-30 12:58:36Z allan $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> @@ -11,7 +11,7 @@ url="http://libburnia-project.org" license=('GPL') depends=('glibc') source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig}) -options=('!libtool' '!emptydirs') +options=('!emptydirs') md5sums=('3c6ee25f172ff28e7b5e5de4f9f26ba9' 'SKIP') |