This commit is contained in:
zty012 2025-04-12 21:52:20 +08:00
parent c75d6ea790
commit 9538912545
No known key found for this signature in database
GPG key ID: B36A064579E0D65D

View file

@ -12,10 +12,9 @@ options=('!strip' '!emptydirs')
provides=('project-graph')
conflicts=('project-graph-bin' 'project-graph-git')
install=${pkgname}.install
source_x86_64=("https://github.com/LiRenTech/project-graph/releases/download/nightly/Project.Graph_0.0.0-nightly.r266_amd64.deb")
source_x86_64=('https://github.com/LiRenTech/project-graph/releases/download/nightly/Project.Graph_0.0.0-nightly.r266_amd64.deb')
sha256sums_x86_64=('dc00e7451cb97437627c4c6f2d4c3ece2f88075e527ae66b28c05cfdd71df894')
package() {
# Extract package data
tar -xz -f data.tar.gz -C "${pkgdir}"
}