mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
acpi update to 1.7
This commit is contained in:
parent
a7b0e1406d
commit
0a5d570fa6
@ -1,22 +1,22 @@
|
||||
#
|
||||
# Apps Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer Andrei Nistor <coder[dot]tux[at]chakra-project[dot]org>
|
||||
# maintainer Francesco Marinucci <franzmari[at]chakra-project[dot]it>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=acpi
|
||||
pkgver=1.6
|
||||
pkgver=1.7
|
||||
pkgrel=1
|
||||
pkgdesc="Linux ACPI client providing battery, AC power, and thermal readings"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://sourceforge.net/projects/acpiclient"
|
||||
depends=('glibc')
|
||||
license=('GPL2')
|
||||
categories=('utils')
|
||||
source=("http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('68d0104a7825c904e3f45de8682cee19')
|
||||
md5sums=('b52ce4ca39bbf7000a1c2de8879f1dcb')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user