summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Griffin2019-02-11 03:07:01 -0500
committerDJ Griffin2019-02-11 03:07:01 -0500
commit0466e08646bcb713f101f48fda1f0c51e1cb935f (patch)
tree5c161283cce7c07050c706543bb0bc6355e3f6ec
parent833e01ea76ac3ca32652932b288b0ff4b77e9709 (diff)
downloadaur-0466e08646bcb713f101f48fda1f0c51e1cb935f.tar.gz
Metadata improvements and bugfixes.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ff17d3d8464..ccb40a6bb334 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = omp-git
pkgdesc = Open-Source Music Player
pkgver = 0.1.1
- pkgrel = 9
+ pkgrel = 10
url = https://openmusicplayer.com/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index bd38cdbaebcc..0aaa1ec40d27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=omp-git
pkgver=0.1.1
-pkgrel=9
+pkgrel=10
pkgdesc='Open-Source Music Player'
url='https://openmusicplayer.com/'
arch=(x86_64)
@@ -24,8 +24,6 @@ pkgver() {
build() {
cd "${pkgname}"
- 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='-g -DFLATPAK=$(FLATPAK) -std=c++17 -Wall -pipe -Wno-deprecated-declarations -Wno-parentheses -fconcepts -Wno-catch-value -Wno-return-type'
}