diff options
author | Aki <please@ignore.pl> | 2024-11-03 17:50:47 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-11-03 17:50:47 +0100 |
commit | ba513927264c7ec86d3fa0c31d956d33c9acbc30 (patch) | |
tree | c7143c9f0e0e9f8407476a3709aa8d3085185949 /lua-cpml/PKGBUILD | |
parent | 3b7886fbed2e23da39d4f87e4325cb7616004cc5 (diff) | |
download | arch-ignore-ba513927264c7ec86d3fa0c31d956d33c9acbc30.zip arch-ignore-ba513927264c7ec86d3fa0c31d956d33c9acbc30.tar.gz arch-ignore-ba513927264c7ec86d3fa0c31d956d33c9acbc30.tar.bz2 |
Add missing submodules to cpml
Diffstat (limited to 'lua-cpml/PKGBUILD')
-rw-r--r-- | lua-cpml/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
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" } |