From ba513927264c7ec86d3fa0c31d956d33c9acbc30 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 3 Nov 2024 17:50:47 +0100 Subject: Add missing submodules to cpml --- lua-cpml/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lua-cpml/PKGBUILD') diff --git a/lua-cpml/PKGBUILD b/lua-cpml/PKGBUILD index e79738f..bab0e20 100644 --- a/lua-cpml/PKGBUILD +++ b/lua-cpml/PKGBUILD @@ -2,14 +2,14 @@ pkgname=lua-cpml pkgver=1.0.0.r64.geb209f6 -pkgrel=1 +pkgrel=2 pkgdesc="Cirno's Perfect Math Library" arch=('any') url='https://github.com/excessive/cpml' license=('BSD' 'MIT' 'CC0') makedepends=('luarocks') -source=("git+https://github.com/excessive/cpml.git" 'lua_version.diff') -sha256sums=('SKIP' 'SKIP') +source=("git+https://github.com/excessive/cpml.git" 'lua_version.diff' 'modules.diff') +sha256sums=('SKIP' 'SKIP' 'SKIP') pkgver() { @@ -21,6 +21,7 @@ pkgver() { prepare() { cd cpml patch --forward --strip=1 --input="$srcdir/lua_version.diff" + patch --forward --strip=1 --input="$srcdir/modules.diff" } -- cgit v1.1