summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKopfKrieg2017-06-30 22:12:31 +0200
committerKopfKrieg2017-06-30 22:12:31 +0200
commit0fecfa712b96d1f1f67263c16a34221261d3a2a8 (patch)
tree7d8d35e290ede8b8c7abe2e501673156d462aa7f
parent40c60040e3f7e3be7718461550ab752adb7ea143 (diff)
downloadaur-suspend2hibernation.tar.gz
Forgot to show install file
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef46949169f8..b66819133e05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = suspend2hibernation
pkgdesc = Enables delayed hibernation. After 20 minutes of sleep, your device automatically wakes up and enters hibernation to prevent too much battery drain through extended sleep state.
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
+ url = https://wiki.archlinux.org/index.php/Power_management#Delayed_hibernation_service_file
+ install = suspend2hibernation.install
arch = any
depends = systemd
source = suspend2hibernation.install
source = suspend2hibernation.service
- sha1sums = 88fcb3252d36e754b1fc3c03fb793c223ccdcfd8
- sha1sums = 04bba93122b2ca2c3a3100333cf1b7d6c24bca01
+ sha1sums = 2d199f65a82122e3e4fedf593f81ff2c71f47a12
+ sha1sums = d898f0c07e0f8f472e82f7d6fda34da8fec38b3a
pkgname = suspend2hibernation
diff --git a/PKGBUILD b/PKGBUILD
index fa68398c864c..82a5dad0487e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,16 @@
pkgname=suspend2hibernation
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Enables delayed hibernation. After 20 minutes of sleep, your device automatically wakes up and enters hibernation to prevent too much battery drain through extended sleep state.'
+url="https://wiki.archlinux.org/index.php/Power_management#Delayed_hibernation_service_file"
arch=('any')
depends=('systemd')
+install="${pkgname}.install"
source=('suspend2hibernation.install'
'suspend2hibernation.service')
-sha1sums=('88fcb3252d36e754b1fc3c03fb793c223ccdcfd8'
- '04bba93122b2ca2c3a3100333cf1b7d6c24bca01')
+sha1sums=('2d199f65a82122e3e4fedf593f81ff2c71f47a12'
+ 'd898f0c07e0f8f472e82f7d6fda34da8fec38b3a')
package() {
mkdir -p "${pkgdir}/etc/systemd/system"