summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2018-11-28 18:12:00 +0100
committerMichael Straube2018-11-28 18:12:00 +0100
commit695c1dec40283474db663a39d13a1137374386dd (patch)
tree5c5c31c9eb1262d96ef05f63f19125fb29634cd0
parentbb8eec58e361823d2f2b43510349415036467a90 (diff)
downloadaur-695c1dec40283474db663a39d13a1137374386dd.tar.gz
Update to 0.3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08b85db58ddc..9c4218bfcbf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Fri Aug 25 13:21:18 UTC 2017
pkgbase = openclaw
pkgdesc = Reimplementation of Captain Claw (1997) platformer
- pkgver = 0.0
- pkgrel = 2
+ pkgver = 0.3
+ pkgrel = 1
url = https://github.com/pjasicek/OpenClaw
install = openclaw.install
arch = i686
arch = x86_64
- license = GPL
- license = unknown
+ license = GPL3
+ makedepends = cmake
depends = sdl2
depends = sdl2_gfx
depends = sdl2_image
@@ -19,9 +17,9 @@ pkgbase = openclaw
optdepends = mono: launcher support
optdepends = timidity++: background music support
optdepends = timidity-freepats: background music support
- source = https://github.com/pjasicek/OpenClaw/archive/v0.0.tar.gz
+ source = https://github.com/pjasicek/OpenClaw/archive/v0.3.tar.gz
source = https://github.com/pjasicek/OpenClaw/releases/download/v0.0/openclaw-1.0-1.x86_64.rpm
- sha256sums = d53d6e9054452cf465ed485094d3645f58866249bbeb59cf38262352d639e76b
+ sha256sums = 3aff09241ce9cb574829741fd1ea11d0c0b1b334ea8893aaf49827f3c5631ac9
sha256sums = 99095cc136e35701016bc5f70bcb8b0cb20538fc0a778cdccd38c4275ca85441
pkgname = openclaw
diff --git a/PKGBUILD b/PKGBUILD
index 1e912900912f..c8e86fb5f81e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Jan Holthuis <holthuis dot jan at googlemail dot com>
+
pkgname=openclaw
_gitname=OpenClaw
-pkgver=0.0
-pkgrel=2
+pkgver=0.3
+pkgrel=1
pkgdesc="Reimplementation of Captain Claw (1997) platformer"
arch=('i686' 'x86_64')
url='https://github.com/pjasicek/OpenClaw'
-license=('GPL' 'unknown')
+license=('GPL3')
depends=('sdl2' 'sdl2_gfx' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'tinyxml')
+makedepends=('cmake')
optdepends=(
'mono: launcher support'
'timidity++: background music support'
@@ -15,10 +17,10 @@ optdepends=(
)
source=(
"https://github.com/pjasicek/${_gitname}/archive/v${pkgver}.tar.gz"
- "https://github.com/pjasicek/${_gitname}/releases/download/v${pkgver}/openclaw-1.0-1.x86_64.rpm"
+ "https://github.com/pjasicek/${_gitname}/releases/download/v0.0/openclaw-1.0-1.x86_64.rpm"
)
sha256sums=(
- 'd53d6e9054452cf465ed485094d3645f58866249bbeb59cf38262352d639e76b'
+ '3aff09241ce9cb574829741fd1ea11d0c0b1b334ea8893aaf49827f3c5631ac9'
'99095cc136e35701016bc5f70bcb8b0cb20538fc0a778cdccd38c4275ca85441'
)
install='openclaw.install'