mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/earlyoom to 1.8.2-1
This commit is contained in:
parent
2b3e547a1f
commit
bf764a3161
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = earlyoom
|
pkgbase = earlyoom
|
||||||
pkgdesc = Early OOM Daemon for Linux
|
pkgdesc = Early OOM Daemon for Linux
|
||||||
pkgver = 1.8.1
|
pkgver = 1.8.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/rfjakob/earlyoom
|
url = https://github.com/rfjakob/earlyoom
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -9,7 +9,7 @@ pkgbase = earlyoom
|
||||||
depends = glibc
|
depends = glibc
|
||||||
optdepends = systembus-notify: desktop notifications
|
optdepends = systembus-notify: desktop notifications
|
||||||
backup = etc/default/earlyoom
|
backup = etc/default/earlyoom
|
||||||
source = https://github.com/rfjakob/earlyoom/archive/v1.8.1/earlyoom-1.8.1.tar.gz
|
source = https://github.com/rfjakob/earlyoom/archive/v1.8.2/earlyoom-1.8.2.tar.gz
|
||||||
sha256sums = d7d180353216c064a99619e20e3071ac838e6642221d197fd685e6a0cc8bb032
|
sha256sums = 13869413dc0d973e454854077be7a2049d350f77a97f6911b654e88dc4b20346
|
||||||
|
|
||||||
pkgname = earlyoom
|
pkgname = earlyoom
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# - remove makedepend on pandoc
|
# - remove makedepend on pandoc
|
||||||
|
|
||||||
pkgname=earlyoom
|
pkgname=earlyoom
|
||||||
pkgver=1.8.1
|
pkgver=1.8.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Early OOM Daemon for Linux"
|
pkgdesc="Early OOM Daemon for Linux"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -15,7 +15,7 @@ depends=('glibc')
|
||||||
optdepends=('systembus-notify: desktop notifications')
|
optdepends=('systembus-notify: desktop notifications')
|
||||||
backup=("etc/default/earlyoom")
|
backup=("etc/default/earlyoom")
|
||||||
source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
|
source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
|
||||||
sha256sums=('d7d180353216c064a99619e20e3071ac838e6642221d197fd685e6a0cc8bb032')
|
sha256sums=('13869413dc0d973e454854077be7a2049d350f77a97f6911b654e88dc4b20346')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue