summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2022-06-11 14:38:50 +0200
committerFabioLolix2022-06-11 14:38:50 +0200
commitbeef49441b5e5b68d6ebd18fb580cff68c5bbeab (patch)
tree76ce031874314610c771a7c20a125b3a31e4d5a6
parentf6a577ac9c281fb1085bb6586bbee2775394273f (diff)
downloadaur-beef49441b5e5b68d6ebd18fb580cff68c5bbeab.tar.gz
v1.0.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2281f838a0eb..bb428e47560f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = strawberry-lite
pkgdesc = A music player aimed at audio enthusiasts and music collectors, fewer fautures, Gstreamer and alsa only
- pkgver = 1.0.4
+ pkgver = 1.0.5
pkgrel = 1
url = https://www.strawberrymusicplayer.org/
arch = x86_64
@@ -32,7 +32,7 @@ pkgbase = strawberry-lite
optdepends = gst-plugins-ugly: additional codecs
provides = strawberry
conflicts = strawberry
- source = git+https://github.com/jonaski/strawberry.git#tag=1.0.4
+ source = git+https://github.com/jonaski/strawberry.git#tag=1.0.5
sha256sums = SKIP
pkgname = strawberry-lite
diff --git a/PKGBUILD b/PKGBUILD
index 731814cbc96d..83c6869d088b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
pkgname=strawberry-lite
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc="A music player aimed at audio enthusiasts and music collectors, fewer fautures, Gstreamer and alsa only"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -34,7 +34,6 @@ build() {
-DENABLE_LIBGPOD=OFF \
-DENABLE_LIBMTP=OFF \
-DENABLE_LIBPULSE=OFF \
- -DENABLE_SPARKLE=OFF \
-DENABLE_VLC=OFF
make
}
@@ -42,4 +41,4 @@ build() {
package() {
cd "${srcdir}/strawberry/strawberry-build"
make DESTDIR="${pkgdir}" install
-}
+} \ No newline at end of file