summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDJ Griffin2019-02-11 02:51:38 -0500
committerDJ Griffin2019-02-11 02:51:38 -0500
commitd58fd5aa502f669893ce2ccb2f6c63937db18532 (patch)
tree7916b58c913f5a7a217042389a88931795390cb8 /PKGBUILD
parent6d4359d981553fe8250149431ccb8894d10cdeb6 (diff)
downloadaur-d58fd5aa502f669893ce2ccb2f6c63937db18532.tar.gz
Metadata improvements and bugfixes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e56ca1478b9..bd6060b253d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=omp
pkgver=0.1.1
-pkgrel=4
+pkgrel=5
pkgdesc='Open-Source Music Player'
url='https://openmusicplayer.com/'
arch=(x86_64)
@@ -23,7 +23,7 @@ build() {
CXXFLAGS+=' -Wno-deprecated-declarations'
CXXFLAGS+=' -Wno-parentheses -fconcepts -Wno-catch-value -Wno-return-type'
- make -e FLATPAK=0 CXXFLAGS=$(CXXFLAGS)
+ make CXXFLAGS=$(CXXFLAGS) -e FLATPAK=0
}