summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50216a57f0d0..f9fa8b7869e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Damjan Georgievski <gdamjan@gmail.com>
pkgname=systemd-suspend-modules
-pkgver=1.0
-pkgrel=2
+pkgver=1.1
+pkgrel=1
pkgdesc="Reload modules on suspend/hibernate with systemd"
arch=('any')
-url="https://aur.archlinux.org/packages/systemd-suspend-modules/"
+url="https://aur.archlinux.org/packages/systemd-suspend-modules"
license=('GPL')
-depends=('systemd')
+depends=('bash' 'systemd')
backup=('etc/suspend-modules.conf')
source=("suspend-modules")
@@ -16,4 +16,5 @@ package() {
mkdir ${pkgdir}/etc/
touch ${pkgdir}/etc/suspend-modules.conf
}
-md5sums=('fb9dd7f92479348a0fe1a784222e77d1')
+
+sha256sums=('f71db2eb6b720f5049df9e8ed69e1e455704b75b70588bbade762a1bc8e815ad')