mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
arcdps-log-manager 1.15
This commit is contained in:
parent
74f37f0d24
commit
10417a93d4
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = arcdps-log-manager
|
||||
pkgdesc = Manager for Guild Wars 2 arcdps EVTC logs
|
||||
pkgver = 1.14.1
|
||||
pkgver = 1.15
|
||||
pkgrel = 1
|
||||
url = https://gw2scratch.com/tools/manager
|
||||
arch = x86_64
|
||||
|
|
@ -10,9 +10,9 @@ pkgbase = arcdps-log-manager
|
|||
makedepends = imagemagick
|
||||
depends = dotnet-runtime-8.0
|
||||
depends = gtk3
|
||||
source = git+https://github.com/gw2scratch/evtc.git#tag=manager-v1.14.1
|
||||
source = git+https://github.com/gw2scratch/evtc.git#tag=manager-v1.15
|
||||
source = arcdps-log-manager.desktop
|
||||
sha256sums = 2934831353206a7c953df07058e13e81e3355cdef9a8d78021d07e89861a8e5e
|
||||
sha256sums = aa101df7e3928cee42fd03b59ba4d89e5d5590705e52107e1366b51df74ce1ce
|
||||
sha256sums = ed093835a12ef648e9f19035faca91db0e18c89837e66f44e4e6e81980ac5bce
|
||||
|
||||
pkgname = arcdps-log-manager
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Joseph Lansdowne <J49137@gmail.com>
|
||||
pkgname=arcdps-log-manager
|
||||
pkgver=1.14.1
|
||||
_gitver=1.14.1
|
||||
pkgver=1.15
|
||||
_gitver=1.15
|
||||
pkgrel=1
|
||||
pkgdesc="Manager for Guild Wars 2 arcdps EVTC logs"
|
||||
arch=(x86_64)
|
||||
|
|
@ -11,7 +11,7 @@ makedepends=(git 'dotnet-sdk-8.0' imagemagick)
|
|||
depends=('dotnet-runtime-8.0' gtk3)
|
||||
source=("git+https://github.com/gw2scratch/evtc.git#tag=manager-v$_gitver"
|
||||
"$pkgname.desktop")
|
||||
sha256sums=('2934831353206a7c953df07058e13e81e3355cdef9a8d78021d07e89861a8e5e'
|
||||
sha256sums=('aa101df7e3928cee42fd03b59ba4d89e5d5590705e52107e1366b51df74ce1ce'
|
||||
'ed093835a12ef648e9f19035faca91db0e18c89837e66f44e4e6e81980ac5bce')
|
||||
|
||||
build () {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue