mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump to 0.1.34
This commit is contained in:
parent
d6ed19b45b
commit
b6f7659efe
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = tcg-lightning-bin
|
||||
pkgdesc = Magic: The Gathering deck building app with Scryfall, EDHREC, Archidekt, Commander Spellbook support and AI-powered suggestions
|
||||
pkgver = 0.1.33
|
||||
pkgver = 0.1.34
|
||||
pkgrel = 1
|
||||
url = https://github.com/Dimfred/tcg-lightning
|
||||
arch = x86_64
|
||||
|
|
@ -9,7 +9,7 @@ pkgbase = tcg-lightning-bin
|
|||
depends = gtk3
|
||||
provides = tcg-lightning
|
||||
conflicts = tcg-lightning
|
||||
source = tcg-lightning-bin-0.1.33.deb::https://github.com/Dimfred/tcg-lightning/releases/download/v0.1.33/linux-tcg-lightning_0.1.33_amd64.deb
|
||||
sha256sums = d51d3e1a4a8227d94d803c2d3a4d463a6b23e98d979e2f63aa04699ef31a4855
|
||||
source = tcg-lightning-bin-0.1.34.deb::https://github.com/Dimfred/tcg-lightning/releases/download/v0.1.34/linux-tcg-lightning_0.1.34_amd64.deb
|
||||
sha256sums = 1ecb42fdbe71fc70adddc73d34b5501cd7d892224c9981f893ec4f5bb0934de9
|
||||
|
||||
pkgname = tcg-lightning-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Dmitrij Vinokour <vinokour.dmitrij@gmail.com>
|
||||
pkgname=tcg-lightning-bin
|
||||
pkgver=0.1.33
|
||||
pkgver=0.1.34
|
||||
pkgrel=1
|
||||
pkgdesc="Magic: The Gathering deck building app with Scryfall, EDHREC, Archidekt, Commander Spellbook support and AI-powered suggestions"
|
||||
arch=('x86_64')
|
||||
|
|
@ -10,7 +10,7 @@ depends=('webkit2gtk-4.1' 'gtk3')
|
|||
provides=('tcg-lightning')
|
||||
conflicts=('tcg-lightning')
|
||||
source=("${pkgname}-${pkgver}.deb::https://github.com/Dimfred/tcg-lightning/releases/download/v${pkgver}/linux-tcg-lightning_${pkgver}_amd64.deb")
|
||||
sha256sums=('d51d3e1a4a8227d94d803c2d3a4d463a6b23e98d979e2f63aa04699ef31a4855')
|
||||
sha256sums=('1ecb42fdbe71fc70adddc73d34b5501cd7d892224c9981f893ec4f5bb0934de9')
|
||||
|
||||
package() {
|
||||
# Extract the .deb package
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue