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

Filipe Laíns ffy00 at archlinux.org
Sun May 17 23:27:17 UTC 2020


    Date: Sunday, May 17, 2020 @ 23:27:16
  Author: ffy00
Revision: 629133

archrelease: copy trunk to community-x86_64

Added:
  lrzip/repos/community-x86_64/PKGBUILD
    (from rev 629132, lrzip/trunk/PKGBUILD)
Deleted:
  lrzip/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-17 23:27:12 UTC (rev 629132)
+++ PKGBUILD	2020-05-17 23:27:16 UTC (rev 629133)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: graysky <graysky at archlinux.us>
-# Contributor: <kastor at fobos.org.ar>
-
-pkgname=lrzip
-pkgver=0.631
-pkgrel=2
-pkgdesc='Multi-threaded compression with rzip/lzma, lzo, and zpaq'
-url='https://github.com/ckolivas/lrzip'
-license=('GPL')
-arch=('x86_64')
-depends=('lzo')
-makedepends=('git')
-source=("git+https://github.com/ckolivas/lrzip#tag=v$pkgver")
-sha256sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  CFLAGS="$CFLAGS -fomit-frame-pointer"
-  CXXFLAGS="$CXXFLAGS -fomit-frame-pointer"
-
-  ./autogen.sh --prefix=/usr "$flags"
-  make
-}
-
-check() {
-  make -C "$pkgname" -k check
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install-strip
-}
-
-# vim: ts=2 sw=2 et:
-# getver: -u 3 github.com/ckolivas/lrzip/blob/master/ChangeLog

Copied: lrzip/repos/community-x86_64/PKGBUILD (from rev 629132, lrzip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-17 23:27:16 UTC (rev 629133)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: graysky <graysky at archlinux.us>
+# Contributor: <kastor at fobos.org.ar>
+
+pkgname=lrzip
+pkgver=0.631
+pkgrel=3
+pkgdesc='Multi-threaded compression with rzip/lzma, lzo, and zpaq'
+url='https://github.com/ckolivas/lrzip'
+license=('GPL')
+arch=('x86_64')
+depends=('lzo')
+makedepends=('git')
+source=("git+https://github.com/ckolivas/lrzip#tag=v$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  CFLAGS="$CFLAGS -fomit-frame-pointer"
+  CXXFLAGS="$CXXFLAGS -fomit-frame-pointer"
+
+  ./autogen.sh --prefix=/usr "$flags"
+  make
+}
+
+check() {
+  make -C "$pkgname" -k check
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install-strip
+}
+
+# vim: ts=2 sw=2 et:
+# getver: -u 3 github.com/ckolivas/lrzip/blob/master/ChangeLog



More information about the arch-commits mailing list