summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d51ceb2e99e..7569a64515e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Sep 4 06:50:26 UTC 2016
pkgbase = tlp-pmu
pkgdesc = Advanced Power Management for Linux, with pm-utils support
- pkgver = 0.9
+ pkgver = 1.1
pkgrel = 1
url = http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html
install = tlp-pmu.install
@@ -28,9 +26,9 @@ pkgbase = tlp-pmu
conflicts = laptop-mode-tools
conflicts = tlp
backup = etc/default/tlp
- source = https://github.com/linrunner/TLP/archive/0.9.tar.gz
+ source = https://github.com/linrunner/TLP/archive/1.1.tar.gz
source = https://github.com/dywisor/tlp-portage/raw/maint/app-laptop/tlp/files/tlp-init.openrc-r2
- sha256sums = 887b226d443f930398fda5793ac690e1e1ef7dd2187db7be0278359315aa7a76
+ sha256sums = 76e1a091eed1055f7af75f49621be51ed41b1e8f872eeb9506c0749060fd1019
sha256sums = dd2a5bade0e904d685a6a8d0313cda6455820dd3bf634b424dac6ebb7c8334ff
pkgname = tlp-pmu
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a7c25fe51ea8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*tar.gz
+pkg/*
+src/*
+tlp*
diff --git a/PKGBUILD b/PKGBUILD
index 9680242552ce..baf4d3c4dfbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=('tlp-pmu')
_pkgname=tlp
-pkgver=0.9
+pkgver=1.1
pkgrel=1
pkgdesc='Advanced Power Management for Linux, with pm-utils support'
depends=('hdparm' 'iw' 'pciutils' 'rfkill' 'usbutils' 'util-linux' 'pm-utils')
@@ -27,7 +27,7 @@ url='http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html'
license=('GPL2' 'GPL3')
source=("https://github.com/linrunner/TLP/archive/${pkgver}.tar.gz"
'https://github.com/dywisor/tlp-portage/raw/maint/app-laptop/tlp/files/tlp-init.openrc-r2')
-sha256sums=('887b226d443f930398fda5793ac690e1e1ef7dd2187db7be0278359315aa7a76'
+sha256sums=('76e1a091eed1055f7af75f49621be51ed41b1e8f872eeb9506c0749060fd1019'
'dd2a5bade0e904d685a6a8d0313cda6455820dd3bf634b424dac6ebb7c8334ff')
prepare() {