diff options
Diffstat (limited to 'libre/cdfs-libre/PKGBUILD')
-rw-r--r-- | libre/cdfs-libre/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/cdfs-libre/PKGBUILD b/libre/cdfs-libre/PKGBUILD index 86ff43820..f2138e86a 100644 --- a/libre/cdfs-libre/PKGBUILD +++ b/libre/cdfs-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id$ +# $Id: PKGBUILD 90185 2013-05-08 10:46:15Z tpowa $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: J. Santiago Hirschfeld <jsantiagoh@yahoo.com.ar> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> @@ -6,13 +6,13 @@ _pkgname=cdfs pkgname=cdfs-libre pkgver=2.6.27 -_extramodules=extramodules-3.8-LIBRE # Don't forget to update cdfs.install -pkgrel=42 +_extramodules=extramodules-3.9-LIBRE # Don't forget to update cdfs.install +pkgrel=44 pkgdesc="File system module that 'exports' all tracks and boot images on a CD as normal files (built for the linux-libre kernel package)" arch=(i686 x86_64 mips64el) url="http://www.elis.UGent.be/~ronsse/cdfs/" license=('GPL') -depends=('linux-libre>=3.8' 'linux-libre<3.9') +depends=('linux-libre>=3.9' 'linux-libre<3.10') makedepends=('linux-libre-headers') replaces=$_pkgname conflicts=$_pkgname |