[arch-commits] Commit in strawberry/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Jun 17 09:12:59 UTC 2020


    Date: Wednesday, June 17, 2020 @ 09:12:58
  Author: arojas
Revision: 646326

libplist 2.2 / libimobiledevice 1.3 rebuild

Modified:
  strawberry/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-17 08:39:15 UTC (rev 646325)
+++ PKGBUILD	2020-06-17 09:12:58 UTC (rev 646326)
@@ -3,7 +3,7 @@
 
 pkgname=strawberry
 pkgver=0.6.12
-pkgrel=1
+pkgrel=2
 pkgdesc="A music player aimed at audio enthusiasts and music collectors"
 arch=(x86_64)
 url="https://www.strawbs.org/"
@@ -16,6 +16,10 @@
 source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
 sha256sums=('c53207613508da507f0a9cb4b13e23532fe06b9aaf3200d44b5e4b84170aeb79')
 
+prepare() {
+  sed -e 's|libplist|libplist-2.0|' -e 's|libusbmuxd|libusbmuxd-2.0|' -i $pkgname-$pkgver/CMakeLists.txt # support libplist 2.2
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list