Package Details: urw 3.71-1

Git Clone URL: https://aur.archlinux.org/urw.git (read-only, click to copy)
Package Base: urw
Description: UnReal World is a unique low-fantasy roguelike game set in the far north during the late Iron-Age
Upstream URL: http://www.unrealworld.fi
Keywords: game roguelike simulation survival
Licenses: custom:proprietary
Submitter: ColonelPhantom
Maintainer: TimRachul
Last Packager: TimRachul
Votes: 14
Popularity: 0.000929
First Submitted: 2016-07-11 20:56 (UTC)
Last Updated: 2024-01-02 03:27 (UTC)

Latest Comments

« First ‹ Previous 1 2

goddessfreya commented on 2018-02-05 06:46 (UTC) (edited on 2018-02-05 06:50 (UTC) by goddessfreya)

Here is an updated pkgbuild:

# Maintainer: Quinten Kock <quinten@quinten.space>
# Contributor: Hal Gentz <zegentzy@protonmail.com>

pkgname=urw
pkgver=3.50
pkgrel=2
_pkgver=3.50beta2-1
pkgdesc="UnReal World is a unique low-fantasy roguelike game set in the far north during the late Iron-Age"
url="http://unrealworld.fi"
arch=('x86_64')
license=('custom:Proprietary')
depends=('sdl2_image' 'sdl2_mixer' 'sdl2' 'curl')
PKGEXT=".pkg.tar"

source=(http://www.unrealworld.fi/dl/${pkgver}/linux/pkg-arch/urw-${_pkgver}-x86_64.pkg.tar.xz)
md5sums=('f585a334bb9cdcb7ae0c8e07ac47335e')

package() {
    cd "${pkgdir}"
    tar xf "${srcdir}/urw-${_pkgver}-x86_64.pkg.tar.xz"
}

dbedrenko commented on 2017-10-07 19:41 (UTC)

To get the latest version just replace "3.32" in the PKGBUILD with "3.40", and SKIP for the md5sum checks.

ColonelPhantom commented on 2016-07-14 18:38 (UTC)

Thank you, fixed it. Sorry for the mistake.

Agawoon commented on 2016-07-14 03:32 (UTC)

You need to use ${CARCH} instead of ${arch} in PKGBUILD. Now it tries to install i686 version on x86_64 system.