From 774c8faa502817af4878ab50d93b50db1e172705 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:38 +0000 Subject: [PATCH] libusbmuxd: extract update_* to external update file --- srcpkgs/libusbmuxd/template | 1 - srcpkgs/libusbmuxd/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/libusbmuxd/update diff --git a/srcpkgs/libusbmuxd/template b/srcpkgs/libusbmuxd/template index 26012298204..105d7483e30 100644 --- a/srcpkgs/libusbmuxd/template +++ b/srcpkgs/libusbmuxd/template @@ -9,7 +9,6 @@ short_desc="USB Multiplex Daemon library" maintainer="Juan RP " license="GPL-2,LGPL-2.1" homepage="https://marcan.st/blog/iphonelinux/usbmuxd/" -update_site="http://cgit.sukimashita.com/libusbmuxd.git/" distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2" checksum=1aa21391265d2284ac3ccb7cf278126d10d354878589905b35e8102104fec9f2 diff --git a/srcpkgs/libusbmuxd/update b/srcpkgs/libusbmuxd/update new file mode 100644 index 00000000000..0efcc71461b --- /dev/null +++ b/srcpkgs/libusbmuxd/update @@ -0,0 +1 @@ +site="http://cgit.sukimashita.com/libusbmuxd.git/"