fix build in clean chroot

This commit is contained in:
Scott B 2022-01-17 11:22:08 -08:00
parent 5d7a31a318
commit cd978aac85
2 changed files with 4 additions and 2 deletions

View file

@ -1,11 +1,12 @@
pkgbase = zram-swap-git
pkgdesc = A simple zram swap service for modern systemd Linux
pkgver = 02.r5.gb80f27a
pkgver = 02.r6.g205ea1e
pkgrel = 1
url = https://github.com/foundObjects/zram-swap.git
install = zram-swap.install
arch = any
license = MIT
makedepends = git
depends = systemd
depends = sh
depends = grep

View file

@ -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')