summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReihar2020-06-19 08:21:35 +0200
committerReihar2020-06-19 08:21:35 +0200
commit036e13860a600ac617ee2ce324d8b3ff0c388c04 (patch)
tree96e208d974fcfc7d151ad6ffc8b484314183d449
parent943c6b45e46c9e3467afa58584e8deee7ffe1a08 (diff)
downloadaur-036e13860a600ac617ee2ce324d8b3ff0c388c04.tar.gz
Updated to version 0.E.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 942adbca7a31..5f921ff5ecbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cataclysm-dda-ncurses
pkgdesc = Cataclysm: Dark Days Ahead is an actively maintained roguelike set in a post-apocalyptic world, forked from the original. (ncurses only)
- pkgver = 0.E
+ pkgver = 0.E.2
pkgrel = 1
url = http://www.cataclysmdda.com/
install = cataclysm-dda-ncurses.install
@@ -15,8 +15,8 @@ pkgbase = cataclysm-dda-ncurses
conflicts = cataclysm-dda
conflicts = cataclysm-dda-git
conflicts = cataclysm-dda-ncurses-bin
- source = https://github.com/CleverRaven/Cataclysm-DDA/archive/0.E.tar.gz
- sha256sums = b0af9a9292929e17332edcea770bca9a91f1d08ea47726d78a47e09281a42fa3
+ source = cataclysm-dda-ncurses-0.E-2.tar.gz::https://github.com/CleverRaven/Cataclysm-DDA/archive/0.E-2.tar.gz
+ sha256sums = 41546e877e2eee79c8492b3ec808ef53a4b9b208d788dac2b1a570ef143426e9
pkgname = cataclysm-dda-ncurses
diff --git a/PKGBUILD b/PKGBUILD
index 032fd4a8e570..8383ba917bba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,8 @@
# Contributor: Nick Hu <nickhu00@gmail.com>
# Contributor: Fernando Carmona Varo <ferkiwi @t gmail dot com>
pkgname=cataclysm-dda-ncurses
-pkgver=0.E
+pkgver=0.E.2
+_pkgver=0.E-2
pkgrel=1
pkgdesc="Cataclysm: Dark Days Ahead is an actively maintained roguelike set in a post-apocalyptic world, forked from the original. (ncurses only)"
arch=('i686' 'x86_64')
@@ -15,11 +16,11 @@ optdepends=('lua51')
conflicts=('cataclysm-dda' 'cataclysm-dda-git' 'cataclysm-dda-ncurses-bin')
install='cataclysm-dda-ncurses.install'
-source=("https://github.com/CleverRaven/Cataclysm-DDA/archive/${pkgver}.tar.gz")
-sha256sums=('b0af9a9292929e17332edcea770bca9a91f1d08ea47726d78a47e09281a42fa3')
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/CleverRaven/Cataclysm-DDA/archive/${_pkgver}.tar.gz")
+sha256sums=('41546e877e2eee79c8492b3ec808ef53a4b9b208d788dac2b1a570ef143426e9')
prepare() {
- cd "$srcdir/Cataclysm-DDA-${pkgver}"
+ cd "$srcdir/Cataclysm-DDA-${_pkgver}"
#0.C cannot compile without warnings anymore
sed -i s/-Werror// Makefile
@@ -29,13 +30,13 @@ prepare() {
}
build() {
- cd "$srcdir/Cataclysm-DDA-${pkgver}"
+ cd "$srcdir/Cataclysm-DDA-${_pkgver}"
make USE_HOME_DIR=1 RELEASE=1 ZLEVELS=1 LUA=1 LOCALIZE=1
}
package() {
- cd "$srcdir/Cataclysm-DDA-${pkgver}"
+ cd "$srcdir/Cataclysm-DDA-${_pkgver}"
local instdir=/usr/share/cataclysm-dda