summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da2c9cc60040..7c5be5c44d8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = systemd-readahead
pkgdesc = Standalone version of the fast built-in readahead implementation dropped in systemd 217
pkgver = 216
- pkgrel = 3
+ pkgrel = 4
url = https://dev.gentoo.org/~pacho/systemd-readahead.html
install = systemd-readahead.install
arch = i686
@@ -11,6 +11,7 @@ pkgbase = systemd-readahead
makedepends = autoconf
makedepends = gperf
makedepends = sed
+ makedepends = patch
depends = systemd>216
source = https://freedesktop.org/software/systemd/systemd-216.tar.xz
source = systemd-216-fixes.patch
diff --git a/PKGBUILD b/PKGBUILD
index 3e9259b190f3..565049518c1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=systemd-readahead
pkgver=216
-pkgrel=3
+pkgrel=4
epoch=
pkgdesc="Standalone version of the fast built-in readahead implementation dropped in systemd 217"
arch=('i686' 'x86_64')
url="https://dev.gentoo.org/~pacho/systemd-readahead.html"
license=('LGPL-2.1 MIT')
depends=("systemd>$pkgver")
-makedepends=('make' 'autoconf' 'gperf' 'sed')
+makedepends=('make' 'autoconf' 'gperf' 'sed' 'patch')
checkdepends=()
optdepends=()
provides=()