mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
🎨 Fix
This commit is contained in:
parent
c75d6ea790
commit
9538912545
1 changed files with 1 additions and 2 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -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}"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue