summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn-Gee2020-09-24 15:11:13 -0700
committerJohn-Gee2020-09-24 15:11:13 -0700
commit22e90f248ded8cae1d89b1fa0e017f2f9b244899 (patch)
tree150fe224c16fda59c8258f4a7f57654cec654f37
parent21370cf20388984635ebd7cb1c4a5739d891447b (diff)
downloadaur-wudcompress.tar.gz
Added cxxflags
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82c055402279..2855dafff04a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wudcompress
pkgdesc = Wii U image (WUD) compression tool
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://gbatemp.net/threads/wii-u-image-wud-compression-tool.397901/
arch = x86_64
source = https://github.com/John-Gee/wudcompress/archive/master.zip
diff --git a/PKGBUILD b/PKGBUILD
index f70d3121aa43..427c719706b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wudcompress
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Wii U image (WUD) compression tool'
arch=('x86_64')
url='https://gbatemp.net/threads/wii-u-image-wud-compression-tool.397901/'
@@ -12,7 +12,7 @@ sha256sums=('dff8834b21309e09567834e9024f609dbb74bebb83d4cca7bbe4701cf443b163')
build() {
cd ${srcdir}/wudcompress-master
- gcc main.cpp wud.cpp -o wudcompress -Wno-multichar
+ gcc ${CXXFLAGS} main.cpp wud.cpp -o wudcompress -Wno-multichar ${LDFLAGS}
}
package() {