summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Griffin2019-02-11 02:43:51 -0500
committerDJ Griffin2019-02-11 02:43:51 -0500
commit6d4359d981553fe8250149431ccb8894d10cdeb6 (patch)
treecea16434d20b509c6afbb5d95b4cc560995eb33e
parentc10be3e01ee51fe6b09a675c7083c36d4b3dd107 (diff)
downloadaur-6d4359d981553fe8250149431ccb8894d10cdeb6.tar.gz
Metadata improvements and bugfixes.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ea5974d183e..3f19d6cf983d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = omp
pkgdesc = Open-Source Music Player
pkgver = 0.1.1
- pkgrel = 3
+ pkgrel = 4
url = https://openmusicplayer.com/
arch = x86_64
license = GPL3
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)