summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulien Nicoulaud2019-05-07 22:00:46 +0200
committerJulien Nicoulaud2019-05-07 22:00:46 +0200
commit947567dcb1f1947cc11de88703b2e3a528fb09d3 (patch)
treef438685ec9f93e1ff49528e7788c672b05c67f28 /PKGBUILD
parent1ab41f951d815260fbec7569be031fda2bd1de59 (diff)
downloadaur-947567dcb1f1947cc11de88703b2e3a528fb09d3.tar.gz
remove linux dependency (see https://lists.archlinux.org/pipermail/aur-general/2019-May/035106.html)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc2bf1771d18..af3d945f4909 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=oomd
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='A userspace out-of-memory killer.'
arch=('x86_64')
url='https://github.com/facebookincubator/oomd'
license=('GPL2')
-depends=('jsoncpp' 'systemd-libs' 'linux>=4.20')
+depends=('jsoncpp' 'systemd-libs')
makedepends=('meson' 'ninja' 'jsoncpp' 'gcc>=8' 'gtest' 'gmock')
checkdepends=('gtest' 'gmock')
install="${pkgname}.install"