summaryrefslogtreecommitdiffstats
path: root/system/tpc
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2016-01-18 21:12:10 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-20 02:27:21 +0700
commit15897886e156d36fc82bba4168cac0929d980195 (patch)
tree98bf84dde6f48bf88c120d39b2ad02237eb57aa1 /system/tpc
parent187638f8419655c76dc317541f1100cb18552f11 (diff)
downloadslackbuilds-15897886e156d36fc82bba4168cac0929d980195.tar.gz
slackbuilds-15897886e156d36fc82bba4168cac0929d980195.tar.xz
system/tpc: Add shebang to SlackBuild, fix VERSION in .info.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/tpc')
-rw-r--r--system/tpc/tpc.SlackBuild1
-rw-r--r--system/tpc/tpc.info4
2 files changed, 3 insertions, 2 deletions
diff --git a/system/tpc/tpc.SlackBuild b/system/tpc/tpc.SlackBuild
index ede2e66010..560039512b 100644
--- a/system/tpc/tpc.SlackBuild
+++ b/system/tpc/tpc.SlackBuild
@@ -1,3 +1,4 @@
+#!/bin/sh
# Copyright 2014 Nikos Yotis <nikos.giotis@gmail.com>
# All rights reserved.
#
diff --git a/system/tpc/tpc.info b/system/tpc/tpc.info
index 1b3bacca5e..f445bafe55 100644
--- a/system/tpc/tpc.info
+++ b/system/tpc/tpc.info
@@ -1,5 +1,5 @@
PRGNAM="tpc"
-VERSION="0.44-rc2"
+VERSION="0.44rc2"
HOMEPAGE="https://code.google.com/p/turionpowercontrol/"
DOWNLOAD="https://turionpowercontrol.googlecode.com/files/tpc-0.44-rc2.tar.gz"
MD5SUM="6027edc3fd0412efbdcbf03f13e960a3"
@@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Nikos Yotis"
-EMAIL="giotis.nikos@gmail.com" \ No newline at end of file
+EMAIL="giotis.nikos@gmail.com"