summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD25
1 files changed, 4 insertions, 21 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee2f76e4bd4c..193766953890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Raziel23 <venom23 at runbox dot com>
pkgname=vcmi
-pkgver=0.98
-pkgrel=5
+pkgver=0.99
+pkgrel=1
pkgdesc="Open-source engine for Heroes of Might and Magic III"
arch=('i686' 'x86_64')
url="http://vcmi.eu"
@@ -15,25 +15,8 @@ optdepends=('innoextract: required by vcmibuilder'
'unshield: required by vcmibuilder'
'unzip: required by vcmibuilder')
install="${pkgname}.install"
-source=(https://github.com/vcmi/${pkgname}/archive/${pkgver}.tar.gz
- '0001-Fix-building-with-Boost-1.58.patch'
- '0002-Fix-ambiguity-between-boost-and-std-make_shared.patch'
- '0003-Replace-deprecated-FFmpeg-API-for-compatibility-with.patch'
- '0004-Hopefully-proper-fix-for-ffmpeg-on-MSVS.patch')
-md5sums=('6a69e52a3380358220eba67332b097c6'
- '1dbb6a91a35d141a2d266ad235a790e1'
- 'c43e0e8900d23d24909482ec618c76ca'
- '61f892c0b3e8a3415b957a6d54276b89'
- '14e71b2f92af89a10f0477c988e777c7')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- # Backport fix building with Boost 1.58.
- patch -Np1 -i ${srcdir}/0001-Fix-building-with-Boost-1.58.patch
- patch -Np1 -i ${srcdir}/0002-Fix-ambiguity-between-boost-and-std-make_shared.patch
- patch -Np1 -i ${srcdir}/0003-Replace-deprecated-FFmpeg-API-for-compatibility-with.patch
- patch -Np1 -i ${srcdir}/0004-Hopefully-proper-fix-for-ffmpeg-on-MSVS.patch
-}
+source=(https://github.com/vcmi/${pkgname}/archive/${pkgver}.tar.gz)
+sha256sums=('b7f2459d7e054c8bdcf419cbb80040e751d3dbb06dc1113ac28f7365930f902e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"