mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
v0.8.6
This commit is contained in:
parent
5a9ed4b93c
commit
fb2078838a
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,11 +1,11 @@
|
|||
pkgbase = eldiron-bin
|
||||
pkgdesc = A cross platform classic RPG game creator written in Rust.
|
||||
pkgver = 0.8.2
|
||||
pkgrel = 3
|
||||
pkgver = 0.8.6
|
||||
pkgrel = 1
|
||||
url = https://github.com/markusmoenig/Eldiron
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
source = https://github.com/markusmoenig/Eldiron/releases/download/v0.8.2/Eldiron.deb
|
||||
md5sums = f915858a44660d23bfc1c890b5e895cb
|
||||
source = https://github.com/markusmoenig/Eldiron/releases/download/v0.8.6/Eldiron.deb
|
||||
md5sums = 2fe44a755cd48faf31c56a31921941dc
|
||||
|
||||
pkgname = eldiron-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,14 +1,14 @@
|
|||
# Maintainer: Zoron <zoronlivingston at gmail>
|
||||
|
||||
pkgname=eldiron-bin
|
||||
pkgver=0.8.2
|
||||
pkgrel=3
|
||||
pkgver=0.8.6
|
||||
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=('f915858a44660d23bfc1c890b5e895cb')
|
||||
md5sums=('2fe44a755cd48faf31c56a31921941dc')
|
||||
|
||||
package() {
|
||||
tar xvf control.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue