diff options
author | Baptiste Jonglez | 2018-06-10 01:12:05 +0200 |
---|---|---|
committer | Baptiste Jonglez | 2018-06-10 01:12:05 +0200 |
commit | 65903ef5432b2deeb93451c208caca5c044ab68b (patch) | |
tree | d2d2a41323a02b2c37e352ce5347d50eb7ac085a | |
parent | bbe4f6008fe3f86585e306f29d2fa92362b8105c (diff) | |
download | aur-opendune.tar.gz |
opendune: bump to 0.9
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Thu Feb 8 07:32:40 UTC 2018 +# Sat Jun 9 23:12:05 UTC 2018 pkgbase = opendune pkgdesc = Open source re-creation of the popular game Dune II - pkgver = 0.8 - pkgrel = 4 + pkgver = 0.9 + pkgrel = 1 url = http://opendune.org arch = i686 arch = x86_64 @@ -13,8 +13,8 @@ pkgbase = opendune depends = alsa-lib depends = hicolor-icon-theme depends = dune2-data - source = opendune-0.8.tar.gz::https://github.com/OpenDUNE/OpenDUNE/archive/0.8.tar.gz - sha256sums = fada4127715e4913553f4dbe8b5ac284ee6080377da62e65ae03f1e1d551dfbd + source = opendune-0.9.tar.gz::https://github.com/OpenDUNE/OpenDUNE/archive/0.9.tar.gz + sha256sums = 8d5ed67669df1f17a44c097d9b6bee4e0623ce2a37f11938ce9cd77de546d06c pkgname = opendune @@ -1,14 +1,14 @@ pkgname=opendune _pkgname=OpenDUNE -pkgver=0.8 -pkgrel=4 +pkgver=0.9 +pkgrel=1 pkgdesc="Open source re-creation of the popular game Dune II" arch=('i686' 'x86_64') url="http://opendune.org" license=('GPL2') depends=('sdl2' 'sdl2_image' 'alsa-lib' 'hicolor-icon-theme' 'dune2-data') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/OpenDUNE/OpenDUNE/archive/$pkgver.tar.gz") -sha256sums=('fada4127715e4913553f4dbe8b5ac284ee6080377da62e65ae03f1e1d551dfbd') +sha256sums=('8d5ed67669df1f17a44c097d9b6bee4e0623ce2a37f11938ce9cd77de546d06c') _dune2_data_dir=share/games/dune2 |