mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
v0.8.11
This commit is contained in:
parent
44cb8f4161
commit
ae5c337e02
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,11 +1,11 @@
|
|||
pkgbase = eldiron-bin
|
||||
pkgdesc = A cross platform classic RPG game creator written in Rust.
|
||||
pkgver = 0.8.10
|
||||
pkgver = 0.8.11
|
||||
pkgrel = 1
|
||||
url = https://github.com/markusmoenig/Eldiron
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
source = https://github.com/markusmoenig/Eldiron/releases/download/v0.8.10/Eldiron.deb
|
||||
md5sums = 1ae5db6ae0116443bb2ebc4c5c28c080
|
||||
source = Eldiron-v0.8.11.deb::https://github.com/markusmoenig/Eldiron/releases/download/v0.8.11/Eldiron.deb
|
||||
md5sums = 1e3a52c3311d67f6e194a9cc28cece04
|
||||
|
||||
pkgname = eldiron-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,14 +1,14 @@
|
|||
# Maintainer: Zoron <zoronlivingston at gmail>
|
||||
|
||||
pkgname=eldiron-bin
|
||||
pkgver=0.8.10
|
||||
pkgver=0.8.11
|
||||
pkgrel=1
|
||||
pkgdesc="A cross platform classic RPG game creator written in Rust."
|
||||
arch=('x86_64')
|
||||
url="https://github.com/markusmoenig/Eldiron"
|
||||
license=('MIT')
|
||||
source=("https://github.com/markusmoenig/Eldiron/releases/download/v$pkgver/Eldiron.deb")
|
||||
md5sums=('1ae5db6ae0116443bb2ebc4c5c28c080')
|
||||
source=("Eldiron-v$pkgver.deb::https://github.com/markusmoenig/Eldiron/releases/download/v$pkgver/Eldiron.deb")
|
||||
md5sums=('1e3a52c3311d67f6e194a9cc28cece04')
|
||||
|
||||
package() {
|
||||
tar xvf control.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue