From 8c89890adf3243c33eb2daa92fcd90a6f8e0ee1c Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 4 Nov 2024 13:35:45 +0100 Subject: Restricted version of cpml This was the original intention but got tinkered around and then slipped away. --- lua-cpml/.SRCINFO | 4 +++- lua-cpml/PKGBUILD | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lua-cpml/.SRCINFO b/lua-cpml/.SRCINFO index 0fc891c..1a1855e 100644 --- a/lua-cpml/.SRCINFO +++ b/lua-cpml/.SRCINFO @@ -8,8 +8,10 @@ pkgbase = lua-cpml license = MIT license = CC0 makedepends = luarocks - source = git+https://github.com/excessive/cpml.git + source = git+https://github.com/excessive/cpml.git#commit=eb209f6 source = lua_version.diff + source = modules.diff + sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP diff --git a/lua-cpml/PKGBUILD b/lua-cpml/PKGBUILD index bab0e20..399b13f 100644 --- a/lua-cpml/PKGBUILD +++ b/lua-cpml/PKGBUILD @@ -1,14 +1,15 @@ # Maintainer: Aki pkgname=lua-cpml -pkgver=1.0.0.r64.geb209f6 +_commit=eb209f6 +pkgver=1.0.0.r64.g$_commit 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' 'modules.diff') +source=("git+https://github.com/excessive/cpml.git#commit=$_commit" 'lua_version.diff' 'modules.diff') sha256sums=('SKIP' 'SKIP' 'SKIP') -- cgit v1.1