summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikita Puzyryov2018-12-23 02:35:05 +0300
committerNikita Puzyryov2018-12-23 02:35:05 +0300
commitf714667ffd7e90ee0c820412df2d4a59f3c24dba (patch)
treebccfa9767dd402112e9a61ba52050add30230d1a
parent3373fe17897d76561f83d4237764a4ad3bfcc7de (diff)
downloadaur-f714667ffd7e90ee0c820412df2d4a59f3c24dba.tar.gz
v1.0.0 🍾
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5442b37d8c8..dffe3324f66f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zchunk-git
pkgdesc = A file format that allows easy deltas while maintaining good compression (git version)
- pkgver = 0.9.17
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/zchunk/zchunk
arch = x86
@@ -10,6 +10,7 @@ pkgbase = zchunk-git
depends = libcurl.so
depends = zstd
provides = zchunk
+ provides = libzck.so
conflicts = zchunk
source = zchunk-git::git+https://github.com/zchunk/zchunk
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 652c35ac9637..5985dc7bbf78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nikita Puzyryov <PuzyryovN@gmail.com>
pkgname=zchunk-git
-pkgver=0.9.17
+pkgver=1.0.0
pkgrel=1
pkgdesc="A file format that allows easy deltas while maintaining good compression (git version)"
arch=(x86 x86_64)
@@ -8,7 +8,7 @@ url="https://github.com/zchunk/zchunk"
license=('BSD')
depends=('libcurl.so' 'zstd')
makedepends=('meson')
-provides=('zchunk')
+provides=('zchunk' 'libzck.so')
conflicts=('zchunk')
source=("$pkgname::git+$url")
sha256sums=('SKIP')