From 0a7f17ea623d4e679fcd66f268841812c0c1497b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 8 May 2018 14:11:53 +0200 Subject: core/filesystem: use a patch and add checksum --- core/filesystem/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'core/filesystem/PKGBUILD') diff --git a/core/filesystem/PKGBUILD b/core/filesystem/PKGBUILD index e69de29b..0cf13c7c 100644 --- a/core/filesystem/PKGBUILD +++ b/core/filesystem/PKGBUILD @@ -0,0 +1,6 @@ +source+=('os-release.patch') +md5sums+=('6ec952a2bbb95ea3d73e0afcf5703c49') + +prepare() { + patch -p1 -i "$srcdir/os-release.patch" +} -- cgit v1.2.3-54-g00ecf