summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDJ Griffin2019-02-11 02:43:51 -0500
committerDJ Griffin2019-02-11 02:43:51 -0500
commit6d4359d981553fe8250149431ccb8894d10cdeb6 (patch)
treecea16434d20b509c6afbb5d95b4cc560995eb33e /PKGBUILD
parentc10be3e01ee51fe6b09a675c7083c36d4b3dd107 (diff)
downloadaur-6d4359d981553fe8250149431ccb8894d10cdeb6.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 700bbc074ddf..8e56ca1478b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=omp
pkgver=0.1.1
-pkgrel=3
+pkgrel=4
pkgdesc='Open-Source Music Player'
url='https://openmusicplayer.com/'
arch=(x86_64)
@@ -20,7 +20,7 @@ build() {
cd "OMP-$pkgver"
CXXFLAGS='-g -DFLATPAK=$(FLATPAK) -std=c++17 -Wall -pipe'
- CXXFLAGS+=' -Wno-deprecated-declarations '
+ CXXFLAGS+=' -Wno-deprecated-declarations'
CXXFLAGS+=' -Wno-parentheses -fconcepts -Wno-catch-value -Wno-return-type'
make -e FLATPAK=0 CXXFLAGS=$(CXXFLAGS)