summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Griffin2019-02-11 03:03:39 -0500
committerDJ Griffin2019-02-11 03:03:39 -0500
commitcc7b43bb0df1693e9654d8c54d35c7e3cf136474 (patch)
tree8097d6f12ef8e13ed8a534391a02c61172f9fbad
parentefa0b2f57921174da63cf0bbd82aa8e94f990d91 (diff)
downloadaur-cc7b43bb0df1693e9654d8c54d35c7e3cf136474.tar.gz
Metadata improvements and bugfixes.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6098490764f..dd3a26ccc991 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = omp-git
pkgdesc = Open-Source Music Player
pkgver = 0.1.1
- pkgrel = 6
+ pkgrel = 8
url = https://openmusicplayer.com/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 4dd3787593f1..552965a02ee9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=omp-git
pkgver=0.1.1
-pkgrel=6
+pkgrel=8
pkgdesc='Open-Source Music Player'
url='https://openmusicplayer.com/'
arch=(x86_64)
@@ -24,9 +24,7 @@ pkgver() {
build() {
cd "${pkgname}"
- CXXFLAGS='-g -DFLATPAK=$(FLATPAK) -std=c++17 -Wall -pipe'
- CXXFLAGS+=' -Wno-deprecated-declarations '
- CXXFLAGS+=' -Wno-parentheses -fconcepts -Wno-catch-value -Wno-return-type'
+ CXXFLAGS='-g -DFLATPAK=$(FLATPAK) -std=c++17 -Wall -pipe -Wno-deprecated-declarations -Wno-parentheses -fconcepts -Wno-catch-value -Wno-return-type'
make -e FLATPAK=0 CXXFLAGS=$(CXXFLAGS)