summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Griffin2019-02-11 03:05:16 -0500
committerDJ Griffin2019-02-11 03:05:16 -0500
commit833e01ea76ac3ca32652932b288b0ff4b77e9709 (patch)
tree9ff1c8b14fea61c6a43f202c2f1a3bc4828a6c8d
parentcc7b43bb0df1693e9654d8c54d35c7e3cf136474 (diff)
downloadaur-833e01ea76ac3ca32652932b288b0ff4b77e9709.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 dd3a26ccc991..1ff17d3d8464 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = omp-git
pkgdesc = Open-Source Music Player
pkgver = 0.1.1
- pkgrel = 8
+ pkgrel = 9
url = https://openmusicplayer.com/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 552965a02ee9..bd38cdbaebcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=omp-git
pkgver=0.1.1
-pkgrel=8
+pkgrel=9
pkgdesc='Open-Source Music Player'
url='https://openmusicplayer.com/'
arch=(x86_64)
@@ -26,7 +26,7 @@ build() {
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)
+ 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'
}