summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReihar2020-04-05 11:53:50 +0200
committerReihar2020-04-05 11:53:50 +0200
commit943c6b45e46c9e3467afa58584e8deee7ffe1a08 (patch)
treeb050b64a98f2d8f475ddcb729815f784a0be26f0
parentceba98151e3be352e15d1397ad27d1e989d8fd06 (diff)
downloadaur-943c6b45e46c9e3467afa58584e8deee7ffe1a08.tar.gz
Update to 0.E
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5451eced7257..942adbca7a31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Mar 13 17:04:11 UTC 2019
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.D
+ pkgver = 0.E
pkgrel = 1
url = http://www.cataclysmdda.com/
install = cataclysm-dda-ncurses.install
@@ -17,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.D.tar.gz
- sha256sums = 6cc97b3e1e466b8585e8433a6d6010931e9a073f6ec060113161b38052d82882
+ source = https://github.com/CleverRaven/Cataclysm-DDA/archive/0.E.tar.gz
+ sha256sums = b0af9a9292929e17332edcea770bca9a91f1d08ea47726d78a47e09281a42fa3
pkgname = cataclysm-dda-ncurses
diff --git a/PKGBUILD b/PKGBUILD
index e7fb7f3d438a..032fd4a8e570 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nick Hu <nickhu00@gmail.com>
# Contributor: Fernando Carmona Varo <ferkiwi @t gmail dot com>
pkgname=cataclysm-dda-ncurses
-pkgver=0.D
+pkgver=0.E
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')
@@ -16,7 +16,7 @@ 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=('6cc97b3e1e466b8585e8433a6d6010931e9a073f6ec060113161b38052d82882')
+sha256sums=('b0af9a9292929e17332edcea770bca9a91f1d08ea47726d78a47e09281a42fa3')
prepare() {
cd "$srcdir/Cataclysm-DDA-${pkgver}"