system/tpc: Add shebang to SlackBuild, fix VERSION in .info.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-18 21:12:10 +00:00 committed by Willy Sudiarto Raharjo
parent 187638f841
commit 15897886e1
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
# Copyright 2014 Nikos Yotis <nikos.giotis@gmail.com>
# All rights reserved.
#

View File

@ -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"
EMAIL="giotis.nikos@gmail.com"