summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Griffin2019-02-11 02:51:38 -0500
committerDJ Griffin2019-02-11 02:51:38 -0500
commitd58fd5aa502f669893ce2ccb2f6c63937db18532 (patch)
tree7916b58c913f5a7a217042389a88931795390cb8
parent6d4359d981553fe8250149431ccb8894d10cdeb6 (diff)
downloadaur-d58fd5aa502f669893ce2ccb2f6c63937db18532.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 3f19d6cf983d..d5ded5a53d39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = omp
pkgdesc = Open-Source Music Player
pkgver = 0.1.1
- pkgrel = 4
+ pkgrel = 5
url = https://openmusicplayer.com/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 8e56ca1478b9..bd6060b253d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=omp
pkgver=0.1.1
-pkgrel=4
+pkgrel=5
pkgdesc='Open-Source Music Player'
url='https://openmusicplayer.com/'
arch=(x86_64)
@@ -23,7 +23,7 @@ build() {
CXXFLAGS+=' -Wno-deprecated-declarations'
CXXFLAGS+=' -Wno-parentheses -fconcepts -Wno-catch-value -Wno-return-type'
- make -e FLATPAK=0 CXXFLAGS=$(CXXFLAGS)
+ make CXXFLAGS=$(CXXFLAGS) -e FLATPAK=0
}