summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-05-29 00:01:59 +0200
committerFabioLolix2021-05-29 00:01:59 +0200
commit92b7dc72d78f177d31f69d709802d0abc5dd45f8 (patch)
treee24edf0d42ae038e18107f179d650d5b7772efa3
parent9cd8979bf7b0bd1edb59051ddc240391424ad6f1 (diff)
downloadaur-92b7dc72d78f177d31f69d709802d0abc5dd45f8.tar.gz
remove unused flag
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a20c2d5790a..ae873f0d4772 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sayonara-player-git
pkgdesc = Small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.
- pkgver = 1.6.0.beta7.r80.g5998d429
+ pkgver = 1.7.0.stable1.r0.g5bbf1399
pkgrel = 1
url = http://sayonara-player.com
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 47951bc3d1e6..0cabff5467f8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Fixed Torres <aur_linuxero@outlook.com>
pkgname=sayonara-player-git
-pkgver=1.6.0.beta7.r80.g5998d429
+pkgver=1.7.0.stable1.r0.g5bbf1399
pkgrel=1
pkgdesc="Small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend."
arch=(i686 x86_64)
@@ -33,7 +33,6 @@ build() {
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
- -DUSE_SYSTEM_TAGLIB=1 \
-DWITH_TESTS=1
make
}