summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxduguu2016-05-08 13:17:04 +0200
committerxduguu2016-05-08 13:17:04 +0200
commit00081c464f42dfa9a6d05ee1bfa3d0083c8b4674 (patch)
treec9220b5e4341a4ab4e6143cc052a7b54679fa936
parent08f610e60031797cfbfcc2cfcf488279f5697d2c (diff)
downloadaur-00081c464f42dfa9a6d05ee1bfa3d0083c8b4674.tar.gz
Remove unneeded fix for CMakeList.txt
This was fixed upstream in f48e803.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2b4167c339e..3d6f1a9f9616 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 5 11:51:54 UTC 2016
+# Sun May 8 11:17:04 UTC 2016
pkgbase = thinkfan-git
pkgdesc = The minimalist fan control program
- pkgver = 1.0_beta1.r1.72bb1ff
+ pkgver = 1.0_beta2.r0.f48e803
pkgrel = 1
url = https://github.com/vmatare/thinkfan/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = thinkfan-git
makedepends = git
depends = libatasmart
optdepends = lm_sensors: hwmon support
- provides = thinkfan=1.0_beta1.r1.72bb1ff
+ provides = thinkfan=1.0_beta2.r0.f48e803
conflicts = thinkfan
source = git+https://github.com/vmatare/thinkfan.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8cfd757b3580..e5dbc388301b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: SSF <punx69 at gmx dot net>
pkgname=thinkfan-git
-pkgver=1.0_beta1.r1.72bb1ff
+pkgver=1.0_beta2.r0.f48e803
pkgrel=1
pkgdesc="The minimalist fan control program"
arch=('i686' 'x86_64')
@@ -23,9 +23,6 @@ pkgver() {
build() {
cd "$srcdir/${pkgname%-git}"
- # fix cmake file
- sed -i 's/^\(install(FILES \)NEWS /\1/' CMakeLists.txt
-
cmake -DUSE_ATASMART:BOOL=ON \
-DCMAKE_BUILD_TYPE:STRING="Release" \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \