summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2023-12-23 14:22:10 +0100
committerFabioLolix2023-12-23 14:22:10 +0100
commit0da2db44cc22326039825ea2de0b02ba7d0895da (patch)
tree003382a6dd7c8748a260b13824af7a6c6e677904 /PKGBUILD
parent5982bcc29636992c37f79b737ed222203d74bec1 (diff)
downloadaur-strawberry-full-git.tar.gz
update depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb529290cf19..82a32f1cb289 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=1.0.21.r15.g5f02072b
+pkgver=1.0.22.r3.g22169bda
pkgrel=2
pkgdesc="A music player aimed at audio enthusiasts and music collectors, all options and engines"
arch=(x86_64 i686 armv7h aarch64)
@@ -44,6 +44,7 @@ build() {
}
package() {
+ depends+=(libicuuc.so libicui18n.so libgpod.so libprotobuf.so)
cd strawberry/strawberry-build
make DESTDIR="${pkgdir}" install
}