update some packages

This commit is contained in:
Travis Burtrum 2020-06-25 23:10:30 -04:00
parent adf9d2883d
commit 6c9c3c01a7
3 changed files with 23 additions and 13 deletions

View File

@ -2,8 +2,8 @@
pkgname=crispy-doom
pkgdesc="Vanilla-compatible enhanced Doom engine"
pkgver=5.6
pkgrel=1
pkgver=5.8.0
pkgrel=3
arch=('i686' 'x86_64')
url="http://fabiangreffrath.github.io/crispy-doom"
license=('GPL2')
@ -11,10 +11,20 @@ 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')
'freedoom2: Free Doom II-compatible game')
install=crispy-doom.install
source=(https://github.com/fabiangreffrath/$pkgname/archive/$pkgname-$pkgver.tar.gz)
sha512sums=('8b81f170616597cd284298a1286557138be5e026aca5d7da98a55375265a9fdb14d30daa9a4c7d358dba76f1cc4ec92bba940b434b42dd765f0c588d4a3fd088')
source=(https://github.com/fabiangreffrath/$pkgname/archive/$pkgname-$pkgver.tar.gz
0001-fix-sky-in-NRFTL-MAP04-08-if-loaded-from-command-lin.patch
0002-allow-HUD-texts-being-printed-up-to-the-right-screen.patch
0003-NERVE.wad-Support-for-Vanilla-DOOM-2-586.patch
0004-un-name-the-color-translation-enum.patch
0005-restrict-game-choice-to-Doom-and-Heretic.patch)
b2sums=('f4495363216fe251566ffda6ff4dff0952661050ebb1221e536ab5a13f792b69ae4eb159f2a89b32843cc796cead43455216ddec8cc2047d44e565f0aaab302b'
'b78423efa9402936adf40ac276e86f86742d29b5cafddbbe88937da65fdea9ff1412033a54e367c30886cbc4a433f194309bcabe9028ca9c5afc4573ecd70435'
'b3c572f5b433e14e2316e5dd3f2be01fc14974c0ef7b81915664f3a99f8a14af5c14363b9a91820ff08f75466e55ebd82ccd37be2c38f89a0e101acd2cff0ca8'
'0d4c1c39992b3a672830c63a80243e6344fe9c6159c97ae76e647ce563ba2a3ee6e8755f3f54e736693877e2e7ca53fe8bcde5bc09c637fb63a7d6b16020fc6b'
'ddc440848fb6e09d6abe54d4025ec5a1c0f8f81f3d7d00d042c900fbc0d452fbec9fa472c66078679cfb2212623a7faf4ce26a7c8fc51ed293e8f84e6a02010e'
'cd8d58c38bc2f720b29f54fb61f6222a88f8f15e5b38e887bcdda6303a6b16337468302f32f1e9c1f6248eb09d2f3b5261a10e69000b905fb1d7eef1a6589762')
prepare() {
cd "$pkgname-$pkgname-$pkgver"
@ -42,5 +52,6 @@ package() {
cd "$pkgdir"/usr
rm -rf share/man/man5/default.cfg.5 \
share/man/man5/heretic.cfg.5 \
share/man/man6/chocolate-{server,setup}.6
}

View File

@ -1,7 +1,8 @@
# Maintainer: Joe Davison <joe@warhaggis.com>
# Maintainer: Fabio Loli <no.email@given.net>
# Contributor: C. Dominik Bódi <dominikdotbodiatgmxdotde>
pkgname=lgogdownloader
pkgver=3.5
pkgver=3.7
pkgrel=1
pkgdesc="An open source downloader for GOG.com games, uses the GOG.com API"
url="https://sites.google.com/site/gogdownloader/"
@ -10,7 +11,7 @@ license=('WTFPL')
depends=('boost' 'jsoncpp' 'liboauth' 'rhash' 'tinyxml2' 'htmlcxx' 'curl')
makedepends=('help2man' 'cmake')
source=("http://sites.google.com/site/gogdownloader/$pkgname-$pkgver.tar.gz")
sha256sums=('eeeaad098929a71b5fb42d14e1ca87c73fc08010ab168687bab487a763782ada')
sha256sums=('984859eb2e0802cfe6fe76b1fe4b90e7354e95d52c001b6b434e0a9f5ed23bf0')
prepare() {
cd $srcdir/$pkgname-$pkgver
@ -36,5 +37,3 @@ package() {
make DESTDIR=$pkgdir install
}

View File

@ -1,7 +1,7 @@
# Maintainer: Olaf Bauer <hydro@freenet.de>
pkgname=makemkv
pkgver=1.15.0
pkgver=1.15.1
pkgrel=1
pkgdesc="DVD and Blu-ray to MKV converter and network streamer"
arch=('i686' 'x86_64')
@ -18,8 +18,8 @@ source=(${url}/download/${pkgname}-bin-${pkgver}.tar.gz
makemkv.1
makemkvcon.1
mmdtsdec.1)
md5sums=('3a96917046b57c8bb8475cd2e9abd9b8'
'375b3268850bfdaa86966b3524fe6dce'
md5sums=('9ba6435fa47c31edc227323e6d6dc577'
'45a3d19bb0ba932f389d209984ba6ae2'
'1f9b3a91427a2015434e501542443f4c'
'7f4b112c5178860cc2eb25059ae1af2a'
'9476154228bf1b1f983178ba8565ac44')