testing/emacs-llama: upgrade to 1.0.0

This commit is contained in:
Sertonix 2025-07-29 01:44:10 +02:00 committed by Celeste
parent 57e1b1728c
commit 3cc782fa01

View File

@ -1,18 +1,17 @@
# Maintainer: Celeste <cielesti@protonmail.com>
maintainer="Celeste <cielesti@protonmail.com>"
pkgname=emacs-llama
pkgver=0.3.1_git20240722
_gitrev=ab2b4b1f4eb1abe9dbac99d0d6df45108aaef7cd
pkgver=1.0.0
pkgrel=0
_pkgreal=llama
pkgdesc="Compact syntax for short lambda"
url="https://git.sr.ht/~tarsius/llama"
url="https://github.com/tarsius/llama"
arch="noarch"
license="GPL-3.0-or-later"
depends="cmd:emacs"
makedepends="emacs-nox"
source="$pkgname-$_gitrev.tar.gz::https://git.sr.ht/~tarsius/llama/archive/$_gitrev.tar.gz"
builddir="$srcdir/$_pkgreal-$_gitrev"
source="https://github.com/tarsius/llama/archive/refs/tags/v$pkgver/emacs-llama-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
build() {
emacs -batch -q -no-site-file -L . \
@ -36,5 +35,5 @@ package() {
}
sha512sums="
a8979ada51e68d036261616b064d18667fb635d5461377c5ccffcb256ee4ab93372d70cf951cf675ab4b9a0c47c47f6c721b0210fb2e69b1198f2aba1dc79b4d emacs-llama-ab2b4b1f4eb1abe9dbac99d0d6df45108aaef7cd.tar.gz
7b6dd6f10b1b36f54c60edbd039657fd9a27b69abdf7ce704f2f8c36cd896142d65ee157a2b0d68f4273d982ed7eeaea40c077bd393448af662c73d511fcc2de emacs-llama-1.0.0.tar.gz
"