diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-12 15:07:17 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:42 +0200 |
commit | 94b00aa6c60e4a2b19f108d2882f6bc407ca7eae (patch) | |
tree | 88164d1d4dac69497bdd7f70f68866e0ae058475 /PKGBUILD | |
parent | 96d9397efd893f95114f4d5957d02d5d8c076171 (diff) | |
download | pkgbuilds-94b00aa6c60e4a2b19f108d2882f6bc407ca7eae.tar.xz |
Reformated all PKGBUILDsthinkfan
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,13 +1,16 @@ pkgname=thinkfan pkgver=0.9.1 pkgrel=1 + pkgdesc="A minimalist fan control program. Supports the sysfs hwmon interface and thinkpad_acpi" +url='http://thinkfan.sourceforge.net/' arch=('i686' 'x86_64') license=('GPL') -source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz" - 'thinkfan.install' 'thinkfan.service' 'thinkpad_acpi.conf') -url='http://thinkfan.sourceforge.net/' + install=thinkfan.install +source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz" + 'thinkfan.install' 'thinkfan.service' 'thinkpad_acpi.conf') + md5sums=('a981142f2c52ee4b0af69d5abbe03ced' '4d532f96317d54c48d9cd1139eac747f' '0197bde7c3d3b64d34635ead78cf3437' |