diff options
author | DJ Griffin | 2019-02-11 03:07:34 -0500 |
---|---|---|
committer | DJ Griffin | 2019-02-11 03:07:34 -0500 |
commit | 642969de7722de802764350816a17f7b26061d9c (patch) | |
tree | 1617961b55ea0e9fe4c0eae98be4ee7d7f40fce2 | |
parent | 13bd3f378049927e607f169810f82459195b2058 (diff) | |
download | aur-642969de7722de802764350816a17f7b26061d9c.tar.gz |
Metadata improvements and bugfixes.
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = omp pkgdesc = Open-Source Music Player pkgver = 0.1.1 - pkgrel = 6 + pkgrel = 7 url = https://openmusicplayer.com/ arch = x86_64 license = GPL3 @@ -2,7 +2,7 @@ pkgname=omp pkgver=0.1.1 -pkgrel=6 +pkgrel=7 pkgdesc='Open-Source Music Player' url='https://openmusicplayer.com/' arch=(x86_64) @@ -19,7 +19,7 @@ sha256sums=('SKIP') build() { cd "OMP-$pkgver" - make -e FLATPAK=0 CXXFLAGS='-g -DFLATPAK=$(FLATPAK) -std=c++17 -Wall -pipe' + make -e FLATPAK=0 CXXFLAGS='-g -DFLATPAK=$(FLATPAK) -std=c++17 -Wall -pipe -Wno-deprecated-declarations -Wno-parentheses -fconcepts -Wno-catch-value -Wno-return-type' } |