summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Griffin2019-02-11 03:01:22 -0500
committerDJ Griffin2019-02-11 03:01:22 -0500
commit13bd3f378049927e607f169810f82459195b2058 (patch)
tree6562fcbe20de58b70cd5452909715df8c167ca32
parentd58fd5aa502f669893ce2ccb2f6c63937db18532 (diff)
downloadaur-13bd3f378049927e607f169810f82459195b2058.tar.gz
Metadata improvements and bugfixes.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5ded5a53d39..c02e0ed8c536 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = omp
pkgdesc = Open-Source Music Player
pkgver = 0.1.1
- pkgrel = 5
+ pkgrel = 6
url = https://openmusicplayer.com/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index bd6060b253d0..5a99a1e45b35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=omp
pkgver=0.1.1
-pkgrel=5
+pkgrel=6
pkgdesc='Open-Source Music Player'
url='https://openmusicplayer.com/'
arch=(x86_64)
@@ -19,11 +19,7 @@ sha256sums=('SKIP')
build() {
cd "OMP-$pkgver"
- CXXFLAGS='-g -DFLATPAK=$(FLATPAK) -std=c++17 -Wall -pipe'
- CXXFLAGS+=' -Wno-deprecated-declarations'
- CXXFLAGS+=' -Wno-parentheses -fconcepts -Wno-catch-value -Wno-return-type'
-
- make CXXFLAGS=$(CXXFLAGS) -e FLATPAK=0
+ make -e FLATPAK=0 CXXFLAGS='-g -DFLATPAK=$(FLATPAK) -std=c++17 -Wall -pipe'
}