extra/earlyoom to 1.8-1

This commit is contained in:
Kevin Mihelich 2024-04-21 14:15:34 +00:00
parent d865584792
commit b3a08e5596
2 changed files with 17 additions and 2 deletions

15
extra/earlyoom/.SRCINFO Normal file
View file

@ -0,0 +1,15 @@
pkgbase = earlyoom
pkgdesc = Early OOM Daemon for Linux
pkgver = 1.8
pkgrel = 1
url = https://github.com/rfjakob/earlyoom
arch = x86_64
license = MIT
makedepends = pandoc
depends = glibc
optdepends = systembus-notify: desktop notifications
backup = etc/default/earlyoom
source = https://github.com/rfjakob/earlyoom/archive/v1.8/earlyoom-1.8.tar.gz
sha256sums = bbb050a2294e60dafc0b129fcec705ef95d9d27f4c9dae1d3b4f25e4f698ae41
pkgname = earlyoom

View file

@ -5,7 +5,7 @@
# - remove makedepend on pandoc
pkgname=earlyoom
pkgver=1.7
pkgver=1.8
pkgrel=1
pkgdesc="Early OOM Daemon for Linux"
arch=('x86_64')
@ -15,7 +15,7 @@ depends=('glibc')
optdepends=('systembus-notify: desktop notifications')
backup=("etc/default/earlyoom")
source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('ebda1279a813d9b0f7860ce5029ccf5ea9f8868be070f2eaf40f90f2e64b6414')
sha256sums=('bbb050a2294e60dafc0b129fcec705ef95d9d27f4c9dae1d3b4f25e4f698ae41')
prepare() {
cd "$pkgname-$pkgver"