summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScott B2022-01-17 11:22:08 -0800
committerScott B2022-01-17 11:22:08 -0800
commitcd978aac857de75093fd09c51714ecdbed288913 (patch)
treed1650aa2a09f02feef57d39a0ba20a43c3cf2c80 /PKGBUILD
parent5d7a31a3189e273bdbc082f396fcd76524196697 (diff)
downloadaur-zram-swap-git.tar.gz
fix build in clean chroot
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed58fb16c846..0ced015befaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Arglebargle < arglebargle DASH aur AT arglebargle DOT dev >
pkgname=zram-swap-git
_pkgname=zram-swap
-pkgver=02.r5.gb80f27a
+pkgver=02.r6.g205ea1e
pkgrel=1
pkgdesc="A simple zram swap service for modern systemd Linux"
arch=('any')
url="https://github.com/foundObjects/zram-swap.git"
license=('MIT')
depends=('systemd' 'sh' 'grep' 'awk' 'util-linux' 'kmod')
+makedepends=('git')
install="zram-swap.install"
backup=('etc/default/zram-swap')
source=('git+https://github.com/foundObjects/zram-swap.git')