Package Details: lingma-bin 0.11.0-4

Git Clone URL: https://aur.archlinux.org/lingma-bin.git (read-only, click to copy)
Package Base: lingma-bin
Description: Lingma IDE 灵码编辑器 - Binary Version
Upstream URL: https://lingma.aliyun.com/
Licenses: custom
Conflicts: lingma, lingma-ide
Provides: lingma, lingma-ide
Submitter: wildkid1024
Maintainer: wildkid1024
Last Packager: wildkid1024
Votes: 0
Popularity: 0.000000
First Submitted: 2026-03-15 07:53 (UTC)
Last Updated: 2026-05-01 07:06 (UTC)

Latest Comments

wildkid1024 commented on 2026-05-01 07:09 (UTC)

已更新。

mzcc commented on 2026-04-30 06:58 (UTC)

==> 正在验证 source 文件,使用sha256sums... lingma_amd64.deb ... 失败 ==> 错误: 一个或多个文件没有通过有效性检查! 错误: 未能下载 'lingma-bin-0.10.2-3' 的源: 错误: 未能构建的软件包:lingma-bin-0.10.2-3

btaskel commented on 2026-04-17 04:07 (UTC)

hello, 有更新了

sevkme commented on 2026-04-15 01:15 (UTC)

官方又有新版本了,是不是可以做个自动同步官方的

wildkid1024 commented on 2026-04-04 02:21 (UTC)

已经更新了

sevkme commented on 2026-04-01 02:33 (UTC) (edited on 2026-04-01 02:39 (UTC) by sevkme)

有新版本了: https://help.aliyun.com/zh/lingma/product-overview/changelogs-of-lingma-ide



## PKGBUILD ,  ./lingma_amd64.deb 
pkgname=lingma-bin
pkgver=0.8.0
pkgrel=1
_commit='b41a18709dd29e6b396c3284ef2e521e8b981f68'
pkgdesc="Lingma IDE 灵码编辑器 - Binary Version"
arch=('x86_64')
url="https://lingma.aliyun.com/"
license=('custom')
depends=('gtk3' 'nss' 'alsa-lib' 'libxss' 'libxtst' 'mesa')
provides=('lingma' 'lingma-ide')
conflicts=('lingma' 'lingma-ide')
options=(!strip)

source=("lingma_amd64.deb")

# d6c5214effc2e7fbec34d80034292d21d8fc0ea370915f54da55e933a31acf1c  lingma_amd64.deb
sha256sums=('d6c5214effc2e7fbec34d80034292d21d8fc0ea370915f54da55e933a31acf1c')

package() {
    bsdtar -xOf "lingma_amd64.deb" data.tar.xz | bsdtar -xJf - -C "${pkgdir}"
}