summarylogtreecommitdiffstats
path: root/ares.install
blob: 6cfe6e9c2675a77fb8d560f191449f4d179309e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_upgrade() {
	if [ $(vercmp $2 141.r46.g8433666dc-5) -lt 0 ]; then cat << EOF
********************************************************************************
* With v142 release, Ares has changed its build system from GNU Make to CMake. *
* For the occasion, the PKGBUILD has been updated to support CFLAGS, CXXFLAGS, *
* LDFLAGS, and MAKEFLAGS variables that are defined in makepkg.conf.           *
* Furthermore the Retro shaders, which were recently included in Ares upstream,*
* are now bundled off to 'libretro-shaders' package, making it a dependency.   *
* This allows 70%-75% reduction of Ares package's size compared to v141.       *
********************************************************************************
EOF
fi
}