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 (Mr.Smith1974)
Last Packager: TimRachul
Votes: 14
Popularity: 0.115846
First Submitted: 2016-07-11 20:56 (UTC)
Last Updated: 2024-01-02 03:27 (UTC)

Latest Comments

1 2 Next › Last »

TimRachul commented on 2024-01-02 03:29 (UTC) (edited on 2024-01-02 03:40 (UTC) by TimRachul)

Added you as a co-maintainer.

Also upgraded the PKGBUILD. Hope everything is right, this was my first upgrade-commit ever. So, I am still learning. Open for advice and feedback!

Mr.Smith1974 commented on 2023-12-21 00:25 (UTC)

Please add me to comaintainers

Mr.Smith1974 commented on 2023-12-13 14:32 (UTC)

No, I can't.

TimRachul commented on 2023-12-11 00:06 (UTC)

I think there is a newer free version. Could you upgrade it?

3.71:

http://www.unrealworld.fi/dl/3.71/linux/pkg-arch/urw-3.71-1-x86_64.pkg.tar.zst

Mr.Smith1974 commented on 2023-06-09 04:25 (UTC) (edited on 2023-06-09 04:26 (UTC) by Mr.Smith1974)

The latest version 3.80 is available here ($8.50):

https://enormous-elk.itch.io/unreal-world/purchase
https://store.steampowered.com/app/351700/UnReal_World/

dbedrenko commented on 2020-10-12 09:14 (UTC)

Could you please add sdl2_net as a dependency. Without it the game will not start:

/usr/bin/urw3-bin: error while loading shared libraries: libSDL2_net-2.0.so.0

Thank you for maintaining this package.

osense commented on 2018-07-03 09:21 (UTC) (edited on 2018-07-03 09:41 (UTC) by osense)

Unable to build with the latest pacman:

[…]
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> ERROR: Dotfile found in package root '/tmp/makepkg/urw/pkg/urw/.BUILDINFO'
==> ERROR: Dotfile found in package root '/tmp/makepkg/urw/pkg/urw/.MTREE'
==> ERROR: Dotfile found in package root '/tmp/makepkg/urw/pkg/urw/.PKGINFO'
==> ERROR: Makepkg was unable to build urw.

Edit: can be resolved by appending the following lines to PKGBUILD's package(), not sure if there's a better way:

    rm "${pkgdir}/.BUILDINFO"
    rm "${pkgdir}/.MTREE"
    rm "${pkgdir}/.PKGINFO"

craftyguy commented on 2018-03-01 04:29 (UTC)

@zegentz

You are listed as the maintainer, why are you not pushing updated PKGBUILDs to AUR?

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.