From cbce7683382f3a4a548871f325f6dbd0f362c882 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:10 +0000 Subject: [PATCH] squashfs-tools: extract update_* to external update file --- srcpkgs/squashfs-tools/template | 1 - srcpkgs/squashfs-tools/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/squashfs-tools/update diff --git a/srcpkgs/squashfs-tools/template b/srcpkgs/squashfs-tools/template index 9e87b905c0f..127216f4c32 100644 --- a/srcpkgs/squashfs-tools/template +++ b/srcpkgs/squashfs-tools/template @@ -6,7 +6,6 @@ wrksrc="squashfs${version}" makedepends="zlib-devel lzo-devel liblzma-devel" license="GPL" homepage="http://squashfs.sf.net/" -update_pkgname="squashfs" short_desc="Tool to create and append to squashfs filesystems" maintainer="Juan RP " distfiles="${SOURCEFORGE_SITE}/squashfs/squashfs${version}.tar.gz" diff --git a/srcpkgs/squashfs-tools/update b/srcpkgs/squashfs-tools/update new file mode 100644 index 00000000000..3cc708fcd94 --- /dev/null +++ b/srcpkgs/squashfs-tools/update @@ -0,0 +1 @@ +pkgname="squashfs"