mirror of
https://github.com/foundObjects/zram-swap.git
synced 2026-08-13 12:33:17 +02:00
fix build in clean chroot
This commit is contained in:
parent
5d7a31a318
commit
cd978aac85
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
3
PKGBUILD
3
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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue