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

Antonio Rojas arojas at archlinux.org
Fri Nov 22 06:12:24 UTC 2019


    Date: Friday, November 22, 2019 @ 06:12:24
  Author: arojas
Revision: 369589

Rename icat to fix conflicts with sleuthkit. Use same name as Debian (FS#64603)

Modified:
  libusbmuxd/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-21 23:00:47 UTC (rev 369588)
+++ PKGBUILD	2019-11-22 06:12:24 UTC (rev 369589)
@@ -4,7 +4,7 @@
 
 pkgname=libusbmuxd
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="USB Multiplex Daemon"
 url="https://marcansoft.com/blog/iphonelinux/usbmuxd/"
 arch=('x86_64')
@@ -40,4 +40,6 @@
 package() {
   cd $pkgname
   make DESTDIR="${pkgdir}" install
+
+  mv "$pkgdir"/usr/bin/icat{,-usbmuxd}
 }



More information about the arch-commits mailing list