mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump version to r251
This commit is contained in:
parent
cd10621e66
commit
90a30df868
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = project-graph-nightly-bin
|
||||
pkgdesc = A simple tool to create topology diagrams.
|
||||
pkgver = r236
|
||||
pkgver = r251
|
||||
pkgrel = 1
|
||||
url = https://github.com/LiRenTech/project-graph
|
||||
install = project-graph-nightly-bin.install
|
||||
|
|
@ -20,7 +20,7 @@ pkgbase = project-graph-nightly-bin
|
|||
conflicts = project-graph-git
|
||||
options = !strip
|
||||
options = !emptydirs
|
||||
source_x86_64 = https://github.com/LiRenTech/project-graph/releases/download/nightly/Project.Graph_0.0.0-nightly.r236_amd64.deb
|
||||
sha256sums_x86_64 = 9ef40a7231d547a363dd020d762e1da90f2a6cf8c6e0a7b40bf9d283faded850
|
||||
source_x86_64 = https://github.com/LiRenTech/project-graph/releases/download/nightly/Project.Graph_0.0.0-nightly.r251_amd64.deb
|
||||
sha256sums_x86_64 = b456de1d9eb5c5f994d14afcaf4a095724c5d3d3a744e2b6048bfadc2c22f033
|
||||
|
||||
pkgname = project-graph-nightly-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: zty012 <me@zty012.de>
|
||||
# Maintainer: Littlefean <2385190373@qq.com>
|
||||
pkgname=project-graph-nightly-bin
|
||||
pkgver=r236
|
||||
pkgver=r251
|
||||
pkgrel=1
|
||||
pkgdesc="A simple tool to create topology diagrams."
|
||||
arch=('x86_64')
|
||||
|
|
@ -12,8 +12,8 @@ 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.r236_amd64.deb")
|
||||
sha256sums_x86_64=('9ef40a7231d547a363dd020d762e1da90f2a6cf8c6e0a7b40bf9d283faded850')
|
||||
source_x86_64=("https://github.com/LiRenTech/project-graph/releases/download/nightly/Project.Graph_0.0.0-nightly.r251_amd64.deb")
|
||||
sha256sums_x86_64=('b456de1d9eb5c5f994d14afcaf4a095724c5d3d3a744e2b6048bfadc2c22f033')
|
||||
package() {
|
||||
# Extract package data
|
||||
tar -xz -f data.tar.gz -C "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue