summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2016-05-07 19:35:40 -0600
committerAinola2016-05-07 19:35:40 -0600
commitcc38ab3d2cc8c8e4e0c8b9d3469f36a33e7fc2cf (patch)
tree4a9f3ab34ba1203c7687f2c489dde31071f36540 /PKGBUILD
parent1e0033dd42952a25e07015ca3da9645e0f826667 (diff)
downloadaur-cc38ab3d2cc8c8e4e0c8b9d3469f36a33e7fc2cf.tar.gz
update sum, add note about removing -lm on next release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e39234f732bb..a0e3b7225ee8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,11 +15,14 @@ optdepends=('wine: for installing and configuring the game')
conflicts=('ags-git')
install=ags.install
source=("https://github.com/adventuregamestudio/ags/archive/v.${pkgver}.tar.gz")
-sha256sums=('604395a6b736461a38ad3e93aef9cd60769075ccbc9dc03b4e42cbb766e74375')
+sha256sums=('f2b31a3d5152fd50d6a9fae1e019dcf3d0823f5968d5fbe344478c524afa7d9f')
prepare() {
cd "$srcdir/ags-v.${pkgver}"
sed -i 's/-Wfatal-errors\ //' Engine/Makefile-defs.linux
+
+ # Can be removed onnext release
+ # (see https://github.com/adventuregamestudio/ags/issues/327)
sed -i 's/-ldumb/-ldumb -lm/' Engine/Makefile-defs.linux
}