mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump version to 0.0.0-nightly.r291 (Powered by Turbo Tauri)
This commit is contained in:
parent
6f57a05372
commit
65a304cdbd
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = project-graph-nightly-bin
|
||||
pkgdesc = A simple tool to create topology diagrams.
|
||||
pkgver = r290
|
||||
pkgver = r291
|
||||
pkgrel = 1
|
||||
url = https://github.com/LiRenTech/project-graph
|
||||
install = project-graph-nightly-bin.install
|
||||
|
|
@ -21,6 +21,6 @@ pkgbase = project-graph-nightly-bin
|
|||
options = !strip
|
||||
options = !emptydirs
|
||||
source_x86_64 = https://github.com/LiRenTech/project-graph/releases/download/nightly/
|
||||
sha256sums_x86_64 = 7f825d2d0de38e89581850ec0bf4da694c2b281a2bd9220f6348c96b39beb388
|
||||
sha256sums_x86_64 = 82fbafee84f0458165740f7892897472db9c3ed1563f8befab03929e6bc608f6
|
||||
|
||||
pkgname = project-graph-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: zty012 <me@zty012.de>
|
||||
# Maintainer: Littlefean <2385190373@qq.com>
|
||||
pkgname=project-graph-nightly-bin
|
||||
pkgver=r290
|
||||
pkgver=r291
|
||||
pkgrel=1
|
||||
pkgdesc="A simple tool to create topology diagrams."
|
||||
arch=('x86_64')
|
||||
|
|
@ -13,7 +13,7 @@ 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")
|
||||
sha256sums_x86_64=('7f825d2d0de38e89581850ec0bf4da694c2b281a2bd9220f6348c96b39beb388')
|
||||
sha256sums_x86_64=('82fbafee84f0458165740f7892897472db9c3ed1563f8befab03929e6bc608f6')
|
||||
package() {
|
||||
# Extract package data
|
||||
tar -xz -f data.tar.gz -C "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue