summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryokaishogun2023-05-20 15:54:53 -0400
committeryokaishogun2023-05-20 15:54:53 -0400
commit248498a3c4980c5c9398175eccc886faa80b63bc (patch)
treebdec46a5c1356afa8ade34247c763fdb4d3982b6
parent7097e16831cfc5c2fb5ee10d5c337b4401ceec40 (diff)
downloadaur-248498a3c4980c5c9398175eccc886faa80b63bc.tar.gz
updated to v0.8.2-1
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD15
-rw-r--r--fix_userdir_location.diff6
3 files changed, 19 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cebc1fd5ff88..cc7848214336 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = uqm-megamod
- pkgdesc = A fork of The Ur-Quan Masters that remasters the HD mod with a veritable smorgasbord of extra features and options by Serosis.
- pkgver = 0.8.1
+ pkgdesc = A fork of The Ur-Quan Masters that remasters the HD mod with a veritable smorgasbord of extra features and options by JHGuitarFreak (Kohr-Ah Death).
+ pkgver = 0.8.2
pkgrel = 1
- url = https://github.com/Serosis/UQM-MegaMod
+ url = https://github.com/JHGuitarFreak/UQM-MegaMod
arch = x86_64
license = GPL2
depends = libogg
@@ -16,21 +16,22 @@ pkgbase = uqm-megamod
depends = lua52
depends = uqm-megamod-data
optdepends = uqm-megamod-addon-hd: For HD assets
+ optdepends = uqm-megamod-addon-classic-hd: For Classic HD-mod styled textures
optdepends = uqm-megamod-addon-3do: For 3DO content (voice, music and videos)
optdepends = uqm-megamod-addon-sol-textures: For improved textures for the planets in the Sol System
optdepends = uqm-megamod-addon-vols-remix: For a remix pack by Volasaurus
- noextract = mm-0.8.1-3-content.uqm
- source = uqm-megamod-0.8.1-3.tar.gz::https://github.com/Serosis/UQM-MegaMod/archive/refs/tags/0.8.1-3.tar.gz
+ noextract = mm-0.8.2-content.uqm
+ source = uqm-megamod-0.8.2.tar.gz::https://github.com/JHGuitarFreak/UQM-MegaMod/archive/refs/tags/0.8.2.tar.gz
source = config.state
source = uqm-megamod
source = uqm-megamod.desktop
source = uqm-megamod.png
source = fix_userdir_location.diff
- md5sums = 3537fb0d96dfccaeb215089e595aa012
+ md5sums = e399ca893a0974889c2423aea8f23570
md5sums = b0387306700c3c853b13876fa13e45fd
md5sums = 123544d70ae98cb3037f9595cc427b72
md5sums = 16019d6775329f5d4a57f9280b4559f1
md5sums = c6a3026f3a42c24f47d9ceacf86d1d83
- md5sums = fb5dccf94645bafb023ba2117a33ac70
+ md5sums = 39e1cde3ef631535c2fb2b9155cd9e21
pkgname = uqm-megamod
diff --git a/PKGBUILD b/PKGBUILD
index 3689c1515504..7839eff798a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,25 @@
# Maintainer : Victor Savcenco <victor dot sav at linux dot com>
pkgname=uqm-megamod
-pkgver=0.8.1
-_pkgver=0.8.1-3
+pkgver=0.8.2
+_pkgver=0.8.2
pkgrel=1
-pkgdesc="A fork of The Ur-Quan Masters that remasters the HD mod with a veritable smorgasbord of extra features and options by Serosis."
+pkgdesc="A fork of The Ur-Quan Masters that remasters the HD mod with a veritable smorgasbord of extra features and options by JHGuitarFreak (Kohr-Ah Death)."
arch=("x86_64")
-url="https://github.com/Serosis/UQM-MegaMod"
+url="https://github.com/JHGuitarFreak/UQM-MegaMod"
license=("GPL2")
depends=("libogg" "libpng" "libvorbis" "libgl" "sdl2" "zlib" "glu" "libmikmod" "lua52" "uqm-megamod-data")
optdepends=(
"uqm-megamod-addon-hd: For HD assets"
+ "uqm-megamod-addon-classic-hd: For Classic HD-mod styled textures"
"uqm-megamod-addon-3do: For 3DO content (voice, music and videos)"
"uqm-megamod-addon-sol-textures: For improved textures for the planets in the Sol System"
"uqm-megamod-addon-vols-remix: For a remix pack by Volasaurus"
)
source=(
- "${pkgname}-${_pkgver}.tar.gz::https://github.com/Serosis/UQM-MegaMod/archive/refs/tags/${_pkgver}.tar.gz"
+ "${pkgname}-${_pkgver}.tar.gz::https://github.com/JHGuitarFreak/UQM-MegaMod/archive/refs/tags/${_pkgver}.tar.gz"
config.state
uqm-megamod
uqm-megamod.desktop
@@ -27,12 +28,12 @@ source=(
)
md5sums=(
- "3537fb0d96dfccaeb215089e595aa012"
+ "e399ca893a0974889c2423aea8f23570"
"b0387306700c3c853b13876fa13e45fd"
"123544d70ae98cb3037f9595cc427b72"
"16019d6775329f5d4a57f9280b4559f1"
"c6a3026f3a42c24f47d9ceacf86d1d83"
- "fb5dccf94645bafb023ba2117a33ac70"
+ "39e1cde3ef631535c2fb2b9155cd9e21"
)
noextract=("mm-${_pkgver}-content.uqm")
diff --git a/fix_userdir_location.diff b/fix_userdir_location.diff
index be5e3c72564d..2eeb3b441a35 100644
--- a/fix_userdir_location.diff
+++ b/fix_userdir_location.diff
@@ -1,6 +1,6 @@
-diff '--color=auto' -Naur UQM-MegaMod-0.8.0.85/src/config_unix.h.in UQM-MegaMod-0.8.0.85_fix/src/config_unix.h.in
---- UQM-MegaMod-0.8.0.85/src/config_unix.h.in 2020-11-05 20:46:36.000000000 -0500
-+++ UQM-MegaMod-0.8.0.85_fix/src/config_unix.h.in 2021-09-01 23:10:32.505028630 -0400
+diff '--color=auto' -Naur UQM-MegaMod-0.8.2/src/config_unix.h.in UQM-MegaMod-0.8.2_fix/src/config_unix.h.in
+--- UQM-MegaMod-0.8.2/src/config_unix.h.in 2020-11-05 20:46:36.000000000 -0500
++++ UQM-MegaMod-0.8.2_fix/src/config_unix.h.in 2021-09-01 23:10:32.505028630 -0400
@@ -11,10 +11,10 @@
#define CONFIG_UNIX_H_