extra/earlyoom to 1.8.1-1

This commit is contained in:
Kevin Mihelich 2024-04-22 23:09:48 +00:00
parent be1553c161
commit 70f736c3a7
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = earlyoom
pkgdesc = Early OOM Daemon for Linux
pkgver = 1.8
pkgver = 1.8.1
pkgrel = 1
url = https://github.com/rfjakob/earlyoom
arch = x86_64
@ -9,7 +9,7 @@ pkgbase = earlyoom
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
source = https://github.com/rfjakob/earlyoom/archive/v1.8.1/earlyoom-1.8.1.tar.gz
sha256sums = d7d180353216c064a99619e20e3071ac838e6642221d197fd685e6a0cc8bb032
pkgname = earlyoom

View file

@ -5,7 +5,7 @@
# - remove makedepend on pandoc
pkgname=earlyoom
pkgver=1.8
pkgver=1.8.1
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=('bbb050a2294e60dafc0b129fcec705ef95d9d27f4c9dae1d3b4f25e4f698ae41')
sha256sums=('d7d180353216c064a99619e20e3071ac838e6642221d197fd685e6a0cc8bb032')
prepare() {
cd "$pkgname-$pkgver"