summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-04-06 23:37:05 +0200
committerFabioLolix2021-04-06 23:37:05 +0200
commit881e0960cd2eaee5d8aaf3a282a9c745b94d3866 (patch)
tree149afa2c36ec6b180cc62072ff2f827045f45819
parent57d1fe0deaf53e871e3a7794e312b2e1b82a4839 (diff)
downloadaur-881e0960cd2eaee5d8aaf3a282a9c745b94d3866.tar.gz
remove deprecated cmake flag
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2275fce9ac0f..c18b4d3e6c51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = strawberry-full-git
pkgdesc = A music player aimed at audio enthusiasts and music collectors, all options and engines
- pkgver = 0.8.5.r101.g7fc5b705
+ pkgver = 0.9.2.r8.g36e597a0
pkgrel = 1
url = https://www.strawberrymusicplayer.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 348b57a7aa16..9684f5c891b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
pkgname=strawberry-full-git
-pkgver=0.8.5.r101.g7fc5b705
+pkgver=0.9.2.r8.g36e597a0
pkgrel=1
pkgdesc="A music player aimed at audio enthusiasts and music collectors, all options and engines"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -33,8 +33,7 @@ prepare() {
build() {
cd "${pkgname/-full-git/}/strawberry-build"
cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DUSE_SYSTEM_TAGLIB=OFF
+ -DCMAKE_INSTALL_PREFIX=/usr
make
}