Skip to content
Snippets Groups Projects
Commit 3d55834e authored by Sertonix's avatar Sertonix Committed by omni
Browse files

communit/fa: fix source and re-enable

The website (https://git.m455.casa) states that one should use codeberg.org
for now.
parent fe674067
No related branches found
No related tags found
1 merge request!74004communit/fa: fix source and re-enable
Pipeline #268090 skipped
...@@ -3,16 +3,17 @@ ...@@ -3,16 +3,17 @@
# Maintainer: Will Sinatra <wpsinatra@gmail.com> # Maintainer: Will Sinatra <wpsinatra@gmail.com>
pkgname=fa pkgname=fa
pkgver=0.5.10 pkgver=0.5.10
pkgrel=1 pkgrel=2
pkgdesc="A Commandline Agenda written in Fennel" pkgdesc="A Commandline Agenda written in Fennel"
url="https://git.m455.casa/fa" url="https://codeberg.org/m455/fa"
#arch="all" arch="all"
license="AGPL-3.0-only" license="AGPL-3.0-only"
makedepends="fennel5.3 lua5.3-dev" makedepends="fennel5.3 lua5.3-dev"
depends="lua5.3" depends="lua5.3"
source="fa-v$pkgver.tar.gz::https://git.m455.casa/fa/snapshot/fa-$pkgver.tar.gz source="fa-$pkgver.tar.gz::https://codeberg.org/m455/fa/archive/$pkgver.tar.gz
fix-fennel-version.patch" fix-fennel-version.patch"
options="!check" #No checks options="!check" #No checks
builddir="$srcdir/fa"
build() { build() {
make compile-bin STATIC_LUA_LIB="/usr/lib/liblua-5.3.so.0.0.0" make compile-bin STATIC_LUA_LIB="/usr/lib/liblua-5.3.so.0.0.0"
...@@ -23,6 +24,6 @@ package() { ...@@ -23,6 +24,6 @@ package() {
} }
sha512sums=" sha512sums="
d2a8a8aadc73614a7c1069ad11bc9207fdef748243642a40e4d51c99b9484b70bf77b6acfd875cbd56acc8d2c421bd1f89acc94d8c1300db6d824de24c26003c fa-v0.5.10.tar.gz 7a16ab60004170b8e601721bb3c6acabdae817495a5b2b3b3c21cd1d5278730de6e575888750f9889f4bac4e8260a8e1c64fc1e308fa407e36a7a36cc7d7362c fa-0.5.10.tar.gz
5708544b5323ac8e893d138a1ef1d95a61297899ce0fd36dff653c85fb47f765a1c352260b917d7d13a2b48472dd8c33f597d4c668a6e65e78730e61a937008b fix-fennel-version.patch 5708544b5323ac8e893d138a1ef1d95a61297899ce0fd36dff653c85fb47f765a1c352260b917d7d13a2b48472dd8c33f597d4c668a6e65e78730e61a937008b fix-fennel-version.patch
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment