mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
v0.8.1
This commit is contained in:
parent
dd25482c10
commit
c01c195626
2 changed files with 5 additions and 5 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.0
|
||||
pkgver = 0.8.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/markusmoenig/Eldiron
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
source = https://github.com/markusmoenig/Eldiron/releases/download/v0.8.0/Eldiron.deb
|
||||
md5sums = 68844262149e3038dd0d6ae5aa106c46
|
||||
source = https://github.com/markusmoenig/Eldiron/releases/download/v0.8.1/Eldiron.deb
|
||||
md5sums = 44c67a78f1fa4c7012c7de22bf8451a2
|
||||
|
||||
pkgname = eldiron-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,14 +1,14 @@
|
|||
# Maintainer: Zoron <zoronlivingston at gmail>
|
||||
|
||||
pkgname=eldiron-bin
|
||||
pkgver=0.8.0
|
||||
pkgver=0.8.1
|
||||
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=('68844262149e3038dd0d6ae5aa106c46')
|
||||
md5sums=('44c67a78f1fa4c7012c7de22bf8451a2')
|
||||
|
||||
package() {
|
||||
tar xvf control.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue