diff options
author | James Meyer <james.meyer@operamail.com> | 2012-04-23 21:12:08 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-04-23 21:12:08 (GMT) |
commit | 4bc7351abd5eae587f2f01dc349329ac29fd8b17 (patch) | |
tree | b3c8eec80ccb1e73e9a15ebf7be3f79a44083e50 /abs/extra/sapphire/PKGBUILD | |
parent | df3c3c139d7eedad4ab8be383c66a5518322157c (diff) | |
parent | 8c0d396181e43158de3f54c479456ca7ed052248 (diff) | |
download | linhes_pkgbuild-4bc7351abd5eae587f2f01dc349329ac29fd8b17.zip linhes_pkgbuild-4bc7351abd5eae587f2f01dc349329ac29fd8b17.tar.gz linhes_pkgbuild-4bc7351abd5eae587f2f01dc349329ac29fd8b17.tar.bz2 |
Merge branch 'testing' of git@linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/sapphire/PKGBUILD')
-rw-r--r-- | abs/extra/sapphire/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/abs/extra/sapphire/PKGBUILD b/abs/extra/sapphire/PKGBUILD index 7877f8f..f6d872b 100644 --- a/abs/extra/sapphire/PKGBUILD +++ b/abs/extra/sapphire/PKGBUILD @@ -2,15 +2,15 @@ pkgname=sapphire _kernver=`uname -r` -pkgver=3.2 -pkgrel=2 +pkgver=3.4 +pkgrel=1 pkgdesc="Kernel module for Sapphire remote" arch=('i686' 'x86_64') url="http://rtr.ca/sapphire_remote" license=('GPL2') depends=('kernel26') makedepends=('kernel26-headers') -options=(!makeflags) +options=(!makeflags docs) install=sapphire.install source=(http://rtr.ca/sapphire_remote/${pkgname}-${pkgver}.tar.gz sapphire.patch) @@ -28,8 +28,7 @@ package() { install -m 755 sapphire_keymap.sh ${pkgdir}/usr/bin install -m 644 README.txt ${pkgdir}/usr/share/doc/sapphire install -m 644 keymap.default ${pkgdir}/usr/share/doc/sapphire - install -m 644 sapphire.c ${pkgdir}/usr/share/doc/sapphire rm -fr ${pkgdir}/lib/modules/$_kernver/modules* } -md5sums=('7379b9dd3283871234cbfb0f61516eae' - 'db733f5dd3697895062027d7a58a6657') +md5sums=('da5243f914aa3cecb8821dd12fe85933' + '90fcf01a3b96eb49a69d20bca74167a2') |