summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3123c8536e35..66e837e0b39b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Lev Lybin <lev.lybin@gmail.com>
+# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
+# Contributor: Lev Lybin <lev.lybin@gmail.com>
# Contributor: Aaditya Bagga <aaditya_gnulinux@zoho.com>
# Contributor: Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Contributor: Eric BĂ©langer <eric@archlinux.org>
pkgname=laptop-mode-tools
-pkgver=1.68
+pkgver=1.68.1
pkgrel=1
-_pkgrel=1
pkgdesc='Power Savings tool for Linux'
arch=('any')
url='https://github.com/rickysarraf/laptop-mode-tools'
-source=(${pkgname}-${pkgver}-${_pkgrel}.tar.gz::https://github.com/rickysarraf/laptop-mode-tools/archive/debian/${pkgver}-${_pkgrel}.tar.gz)
-sha256sums=('c21b43fb9cd3d6c4d7f75fe3b720f25369bceb938ebd9073f4dbcd43ef93738a')
+source=(${pkgname}-${pkgver}-${_pkgrel}.tar.gz::https://github.com/rickysarraf/laptop-mode-tools/archive/${pkgver}.tar.gz)
+sha256sums=('1e84d5fe2658f9c37fced01edc680a460ffd0c0f2ceb0586c2b5baacc6398e30')
license=('GPL2')
depends=('bash')
optdepends=('acpid: ACPI support'
@@ -51,7 +51,7 @@ backup=('etc/laptop-mode/conf.d/ac97-powersave.conf'
'etc/laptop-mode/lm-profiler.conf')
package() {
- cd "laptop-mode-tools-debian-${pkgver}-${_pkgrel}"
+ cd "laptop-mode-tools-debian-${pkgver}"
make DESTDIR="${pkgdir}" MAN_D=/usr/share/man LIB_D=/usr/lib PREFIX=/usr INIT_D=false install
# use /bin instead of /sbin