[arch-commits] Commit in squashfs-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 7 06:10:41 UTC 2018


    Date: Thursday, June 7, 2018 @ 06:10:40
  Author: felixonmars
Revision: 341666

archrelease: copy trunk to community-x86_64

Added:
  squashfs-tools/repos/community-x86_64/PKGBUILD
    (from rev 341665, squashfs-tools/trunk/PKGBUILD)
Deleted:
  squashfs-tools/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 06:10:14 UTC (rev 341665)
+++ PKGBUILD	2018-06-07 06:10:40 UTC (rev 341666)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Aaron Griffin <aaron at archlinux.org>
-# Original TU: Jeff Mickey <j at codemac.net>
-# Contributor: ciccio.a
-
-pkgname=squashfs-tools
-pkgver=4.3
-pkgrel=4
-pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for Linux."
-url="http://squashfs.sourceforge.net"
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('zlib' 'lzo' 'xz' 'lz4')
-source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz")
-md5sums=('d92ab59aabf5173f2a59089531e30dbf')
-
-build() {
-    cd ${srcdir}/squashfs${pkgver}/${pkgname}
-    make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1
-}
-
-package() {
-    cd ${srcdir}/squashfs${pkgver}/${pkgname}
-    install -Dm755 mksquashfs ${pkgdir}/usr/bin/mksquashfs
-    install -m755 unsquashfs ${pkgdir}/usr/bin/unsquashfs
-}

Copied: squashfs-tools/repos/community-x86_64/PKGBUILD (from rev 341665, squashfs-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-07 06:10:40 UTC (rev 341666)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Original TU: Jeff Mickey <j at codemac.net>
+# Contributor: ciccio.a
+
+pkgname=squashfs-tools
+pkgver=4.3
+pkgrel=5
+pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for Linux."
+url="http://squashfs.sourceforge.net"
+license=("GPL")
+arch=('x86_64')
+depends=('zlib' 'lzo' 'xz' 'lz4')
+source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz")
+sha512sums=('854ed7acc99920f24ecf11e0da807e5a2a162eeda55db971aba63a03f0da2c13b20ec0564a906c4b0e415bd8258b273a10208c7abc0704f2ceea773aa6148a79')
+
+build() {
+    cd "$srcdir"/squashfs${pkgver}/${pkgname}
+    make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1
+}
+
+package() {
+    cd "$srcdir"/squashfs${pkgver}/${pkgname}
+    install -Dm755 mksquashfs "$pkgdir"/usr/bin/mksquashfs
+    install -m755 unsquashfs "$pkgdir"/usr/bin/unsquashfs
+}



More information about the arch-commits mailing list