summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2019-03-01 10:54:51 -0800
committerMike Swanson2019-03-01 10:54:51 -0800
commit1794603ae83c82c9e4ee62999dceca7bc6d15ceb (patch)
treecd2871da8697b05af62e7e9c9397a6fb1d21547e
parent2153aec22f5cd049f7495ddbcf22e93540e8bdf1 (diff)
downloadaur-1794603ae83c82c9e4ee62999dceca7bc6d15ceb.tar.gz
Update to 5.5
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cab1c12013c..8a7fdfbae079 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Dec 20 03:47:52 UTC 2018
pkgbase = crispy-doom
pkgdesc = Vanilla-compatible enhanced Doom engine
- pkgver = 5.4
+ pkgver = 5.5
pkgrel = 1
url = http://fabiangreffrath.github.io/crispy-doom
install = crispy-doom.install
@@ -10,6 +8,7 @@ pkgbase = crispy-doom
arch = x86_64
license = GPL2
makedepends = python
+ depends = hicolor-icon-theme
depends = libpng
depends = libsamplerate
depends = sdl2_mixer
@@ -17,8 +16,8 @@ pkgbase = crispy-doom
optdepends = freedm: Free deathmatch game
optdepends = freedoom1: Free Ultimate Doom-compatible game
optdepends = freedoom2: Free Doom II/Final Doom-compatible game
- source = https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.4.tar.gz
- sha512sums = aa3dedfc5517e5347a9b0b25b2926f58a9bf470ec9879e61d67be3acbd3051cece4a3eb74d7fea2b5c373e808b50f86f82add3da25ec0f1111a52ed5662f1e5f
+ source = https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.5.tar.gz
+ sha512sums = 723c7fb15a4a7586506658889a9c309ca3a43bc1c078ce3cd72b976eeffef5f3c138fb6c2a8e2b40151ce5564f1a75e9c28d87bf6ea2c6be034ee73b7d5d3b44
pkgname = crispy-doom
diff --git a/PKGBUILD b/PKGBUILD
index 782e7500f00f..38bf4a0e4241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
pkgname=crispy-doom
pkgdesc="Vanilla-compatible enhanced Doom engine"
-pkgver=5.4
+pkgver=5.5
pkgrel=1
arch=('i686' 'x86_64')
url="http://fabiangreffrath.github.io/crispy-doom"
license=('GPL2')
-depends=('libpng' 'libsamplerate' 'sdl2_mixer' 'sdl2_net')
+depends=('hicolor-icon-theme' 'libpng' 'libsamplerate' 'sdl2_mixer' 'sdl2_net')
makedepends=('python')
optdepends=('freedm: Free deathmatch game'
'freedoom1: Free Ultimate Doom-compatible game'
'freedoom2: Free Doom II/Final Doom-compatible game')
install=crispy-doom.install
source=(https://github.com/fabiangreffrath/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha512sums=('aa3dedfc5517e5347a9b0b25b2926f58a9bf470ec9879e61d67be3acbd3051cece4a3eb74d7fea2b5c373e808b50f86f82add3da25ec0f1111a52ed5662f1e5f')
+sha512sums=('723c7fb15a4a7586506658889a9c309ca3a43bc1c078ce3cd72b976eeffef5f3c138fb6c2a8e2b40151ce5564f1a75e9c28d87bf6ea2c6be034ee73b7d5d3b44')
prepare() {
# GitHub's generated archive prefix kind of sucks.