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

Eli Schwartz eschwartz at archlinux.org
Thu Mar 4 01:56:19 UTC 2021


    Date: Thursday, March 4, 2021 @ 01:56:18
  Author: eschwartz
Revision: 879995

archrelease: copy trunk to community-x86_64

Added:
  ncompress/repos/community-x86_64/PKGBUILD
    (from rev 879994, ncompress/trunk/PKGBUILD)
Deleted:
  ncompress/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-04 01:56:04 UTC (rev 879994)
+++ PKGBUILD	2021-03-04 01:56:18 UTC (rev 879995)
@@ -1,29 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-pkgname=ncompress
-pkgver=4.2.4.6
-pkgrel=1
-pkgdesc="a fast, simple LZW file compressor"
-arch=('x86_64')
-url="https://github.com/vapier/${pkgname}"
-license=('custom:PublicDomain')
-provides=('compress')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('fb7b6a00060bd4c6e35ba4cc96a5ca7e78c193e6267487dd53376d80e061836b')
-b2sums=('1460fe803ed621e5e6e5ab506d8909acbfb1d3b91421cf7c7bc10b6b03b0cb6bb4ea616240a7aa500813d5fbf0a958e1e981da8a5f752d985ddcbf7fe9280d9c')
-
-build() {
-    cd "${srcdir}"/${pkgname}-${pkgver}
-
-    make
-}
-
-package() {
-    cd "${srcdir}"/${pkgname}-${pkgver}
-
-    make DESTDIR="${pkgdir}" PREFIX=/usr install_core
-    # an uncompress implementation which handles gzipped files is provided by gzip
-    mv "${pkgdir}"/usr/bin/uncompress{,.real}
-
-    install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LZW.INFO UNLICENSE
-}

Copied: ncompress/repos/community-x86_64/PKGBUILD (from rev 879994, ncompress/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-04 01:56:18 UTC (rev 879995)
@@ -0,0 +1,29 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=ncompress
+pkgver=5.0
+pkgrel=1
+pkgdesc="a fast, simple LZW file compressor"
+arch=('x86_64')
+url="https://github.com/vapier/${pkgname}"
+license=('custom:PublicDomain')
+provides=('compress')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('96ec931d06ab827fccad377839bfb91955274568392ddecf809e443443aead46')
+b2sums=('7b296bd00024bfb483d3261ff8aa6e47a6be8c62b445c3d456d702b69fbc2a7b731326f7ea91aa331ba8e8a27936f4318b3e252cc978b6bf3198e8812988913f')
+
+build() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    make
+}
+
+package() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    make DESTDIR="${pkgdir}" PREFIX=/usr install_core
+    # an uncompress implementation which handles gzipped files is provided by gzip
+    mv "${pkgdir}"/usr/bin/uncompress{,.real}
+
+    install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LZW.INFO UNLICENSE
+}



More information about the arch-commits mailing list