summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLolix2019-04-06 12:43:44 +0200
committerLolix2019-04-06 12:43:44 +0200
commita481047fde6019a79db55cc5eba61c31ce486c6a (patch)
tree2de61a54a97875319c7868e1c27371b1488cff0a
parent0563f98f4c7904cb42394c7023892f157f68ef99 (diff)
downloadaur-a481047fde6019a79db55cc5eba61c31ce486c6a.tar.gz
Remove unused cmske options
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dee111d8b464..3ef43b9e59bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = strawberry-full-git
pkgdesc = A music player aimed at audio enthusiasts and music collectors, all options and engines
- pkgver = 0.5.2.r3.gb7ea586
- pkgrel = 2
+ pkgver = 0.5.3.r2.g41f5cf6
+ pkgrel = 1
url = http://www.strawbs.org/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1b3d67dd1dbf..a2580aae3971 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
pkgname=strawberry-full-git
-pkgver=0.5.2.r3.gb7ea586
-pkgrel=2
+pkgver=0.5.3.r2.g41f5cf6
+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)
url="http://www.strawbs.org/"
@@ -35,7 +35,6 @@ build() {
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DUSE_SYSTEM_TAGLIB=ON \
- -DENABLE_DEEZER=OFF \
-DENABLE_PHONON=ON
make
}