mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/earlyoom to 1.8-1
This commit is contained in:
parent
d865584792
commit
b3a08e5596
2 changed files with 17 additions and 2 deletions
15
extra/earlyoom/.SRCINFO
Normal file
15
extra/earlyoom/.SRCINFO
Normal 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
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue