Package Details: zchunk 1.3.0-1

Git Clone URL: https://aur.archlinux.org/zchunk.git (read-only, click to copy)
Package Base: zchunk
Description: A file format designed for highly efficient deltas while maintaining good compression
Upstream URL: https://github.com/zchunk/zchunk
Licenses: BSD
Provides: libzck.so
Submitter: Nekit
Maintainer: yurikoles
Last Packager: yurikoles
Votes: 4
Popularity: 0.000000
First Submitted: 2018-06-10 12:08 (UTC)
Last Updated: 2023-03-22 05:23 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

wallun commented on 2023-03-21 20:56 (UTC)

Here is a patch to update from 1.2.3 to 1.3.0

From d848080715fab8b5aac0db4733e4b4c28891db9c Mon Sep 17 00:00:00 2001
From: Wallun <wallun@disroot.org>
Date: Thu, 16 Mar 2023 12:10:21 +0100
Subject: [PATCH] v1.3.0-1

---
 .SRCINFO | 6 +++---
 PKGBUILD | 5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index c9512b5..54abaf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = zchunk
    pkgdesc = A file format that allows easy deltas while maintaining good compression
-   pkgver = 1.2.3
+   pkgver = 1.3.0
    pkgrel = 1
    url = https://github.com/zchunk/zchunk
    arch = x86
@@ -11,7 +11,7 @@ pkgbase = zchunk
    depends = libcurl.so
    depends = zstd
    provides = libzck.so
-   source = zchunk-1.2.3.tar.gz::https://github.com/zchunk/zchunk/archive/1.2.3.tar.gz
-   sha256sums = e24bad88ad80fbb8b2f1cbd93206bad2ed32ea19d3d59eac43d224484e6b0c93
+   source = zchunk-1.3.0.tar.gz::https://github.com/zchunk/zchunk/archive/1.3.0.tar.gz
+   sha256sums = 5563baa254b256e30e1fea87f94f53a5cf63a074898644f3f7ae5b58f446db03

 pkgname = zchunk
diff --git a/PKGBUILD b/PKGBUILD
index fe6d4c3..720daa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
 # Maintainer: Nikita Puzyryov <PuzyryovN@gmail.com>
+# Contributor: Wallun <wallun AT disroot DOT org>
 pkgname=zchunk
-pkgver=1.2.3
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="A file format that allows easy deltas while maintaining good compression"
 arch=(x86 x86_64)
@@ -10,7 +11,7 @@ depends=('libcurl.so' 'zstd')
 provides=('libzck.so')
 makedepends=('meson' 'ninja')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('e24bad88ad80fbb8b2f1cbd93206bad2ed32ea19d3d59eac43d224484e6b0c93')
+sha256sums=('5563baa254b256e30e1fea87f94f53a5cf63a074898644f3f7ae5b58f446db03')

 build() {
   cd "$srcdir/$pkgname-$pkgver"
-- 
2.40.0

Nekit commented on 2020-11-08 21:26 (UTC)

It also needs a "conflict" tag with https://aur.archlinux.org/packages/zchunk-git

IIUIC it's only needed on a VCS package. https://wiki.archlinux.org/index.php/VCS_package_guidelines

m040601 commented on 2020-10-16 11:53 (UTC) (edited on 2020-10-16 11:56 (UTC) by m040601)

Please include the man pages this package distributes, https://github.com/zchunk/zchunk/tree/master/doc

It also needs a "conflict" tag with https://aur.archlinux.org/packages/zchunk-git

yurikoles commented on 2020-09-24 09:06 (UTC)

I'm sorry Nikita, it seems like I had flagged this package just after you fixed it. Please remove the flag.

Nekit commented on 2020-09-24 07:00 (UTC)

Hi Yurii! Missing dep added, thank you!

yurikoles commented on 2020-09-24 06:46 (UTC)

Hi Nikita,

ninja isn't included in makedepends.