mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
v0.8.40
This commit is contained in:
parent
ce6f748897
commit
ee033fec4b
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.22
|
||||
pkgver = 0.8.40
|
||||
pkgrel = 1
|
||||
url = https://github.com/markusmoenig/Eldiron
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
source = Eldiron-v0.8.22.deb::https://github.com/markusmoenig/Eldiron/releases/download/v0.8.22/Eldiron.deb
|
||||
md5sums = 886e5d77fe3df05dc2bbdc86c18d9203
|
||||
source = Eldiron-v0.8.40.deb::https://github.com/markusmoenig/Eldiron/releases/download/v0.8.40/Eldiron.deb
|
||||
md5sums = 92a1b50d7410e771aa0db63a2174d150
|
||||
|
||||
pkgname = eldiron-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,14 +1,14 @@
|
|||
# Maintainer: Zoron <zoronlivingston at gmail>
|
||||
|
||||
pkgname=eldiron-bin
|
||||
pkgver=0.8.22
|
||||
pkgver=0.8.40
|
||||
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=("Eldiron-v$pkgver.deb::https://github.com/markusmoenig/Eldiron/releases/download/v$pkgver/Eldiron.deb")
|
||||
md5sums=('886e5d77fe3df05dc2bbdc86c18d9203')
|
||||
md5sums=('92a1b50d7410e771aa0db63a2174d150')
|
||||
|
||||
package() {
|
||||
tar xvf control.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue