summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2015-11-15 18:52:33 +0100
committerFrederic Bezies2015-11-15 18:52:33 +0100
commit3b08a1b8d53668c88651802c07fce526e93a971f (patch)
treed808fbacb4099ab95c95e867578e9d5fa60bfe4d
parent0913d6c6afb6e0fe8a890bf93143378e7be30f9f (diff)
downloadaur-3b08a1b8d53668c88651802c07fce526e93a971f.tar.gz
adopted and updated PKGBUILD
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b0fabd7b100..4fbee2bd58af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = cataclysm-dda-git
pkgdesc = Cataclysm: Dark Days Ahead is an actively maintained roguelike set in a post-apocalyptic world. Both SDL tiles and ascii version included.
- pkgver = 0.A.7768.g6fb2244
+ pkgver = 0.C.7422.ge98a0e1
pkgrel = 1
- url = http://www.cataclysmdda.com/
+ url = http://en.cataclysmdda.com/
arch = i686
arch = x86_64
license = CCPL:by-sa
@@ -14,10 +14,7 @@ pkgbase = cataclysm-dda-git
depends = sdl2_ttf
depends = sdl2_mixer
depends = freetype2
- depends = gcc-libs
- depends = glibc
depends = zlib
- depends = bzip2
optdepends = lua51
conflicts = cataclysm-dda,
conflicts = cataclysm-dda-ncurses
diff --git a/PKGBUILD b/PKGBUILD
index d0e8b42bd74a..8fac648227fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# -*- shell-script -*-
+# Maintainer : Frederic Bezies <fredbezies at gmail dot com>
# Contributor: Fernando Carmona Varo <ferkiwi @t gmail dot com>
# Contributor: Klemen Košir <klemen913@gmail.com>
pkgname=cataclysm-dda-git
-pkgver=0.A.7768.g6fb2244
+pkgver=0.C.7422.ge98a0e1
pkgrel=1
pkgdesc="Cataclysm: Dark Days Ahead is an actively maintained roguelike set in a post-apocalyptic world. Both SDL tiles and ascii version included."
arch=('i686' 'x86_64')
-url="http://www.cataclysmdda.com/"
+url="http://en.cataclysmdda.com/"
license=('CCPL:by-sa')
conflicts=('cataclysm-dda', 'cataclysm-dda-ncurses')
-depends=('ncurses' 'sdl2' 'sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'freetype2' 'gcc-libs' 'glibc' 'zlib' 'bzip2')
+depends=('ncurses' 'sdl2' 'sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'freetype2' 'zlib')
makedepends=('git' 'gettext')
optdepends=('lua51')
install=