summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScott B2021-08-15 23:07:23 -0700
committerScott B2021-08-15 23:07:23 -0700
commit4ddb958cbea93812886c4a6582e0ea746542e9b1 (patch)
tree64a9697a7654c651f96112b36bbdddc61b879fc5 /PKGBUILD
parent662f48845ccef485a2edd3e676c8dc2ce4c52c76 (diff)
downloadaur-4ddb958cbea93812886c4a6582e0ea746542e9b1.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64ed1309f40b..ecfb9ffabbd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=zram-swap-git
_pkgname=zram-swap
pkgver=02.r2.g5758ac0
-pkgrel=1
+pkgrel=2
pkgdesc="A simple zram swap service for modern systemd Linux"
arch=('any')
url="https://github.com/foundObjects/zram-swap.git"
license=('MIT')
-depends=('systemd' 'bash')
+depends=('systemd' 'sh' 'grep' 'awk' 'util-linux' 'kmod')
backup=('etc/default/zram-swap')
source=('git+https://github.com/foundObjects/zram-swap.git')
sha512sums=('SKIP')