summaryrefslogtreecommitdiff
path: root/lua-cpml/PKGBUILD
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-11-04 13:35:45 +0100
committerAki <please@ignore.pl>2024-11-04 13:41:40 +0100
commit8c89890adf3243c33eb2daa92fcd90a6f8e0ee1c (patch)
treecb80118c916f3c5bbd70021ea827de2ac722cd61 /lua-cpml/PKGBUILD
parentbb9aad2af715ccadb660cc2b1f436ee21022439d (diff)
downloadarch-ignore-8c89890adf3243c33eb2daa92fcd90a6f8e0ee1c.zip
arch-ignore-8c89890adf3243c33eb2daa92fcd90a6f8e0ee1c.tar.gz
arch-ignore-8c89890adf3243c33eb2daa92fcd90a6f8e0ee1c.tar.bz2
Restricted version of cpml
This was the original intention but got tinkered around and then slipped away.
Diffstat (limited to 'lua-cpml/PKGBUILD')
-rw-r--r--lua-cpml/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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 <please at ignore pl>
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')