Skip to content
Snippets Groups Projects
Verified Commit a1806966 authored by Sébastien Luttringer's avatar Sébastien Luttringer
Browse files

upgpkg: 1:1.10.0-1

parent 58974d50
No related branches found
No related tags found
No related merge requests found
pkgbase = lz4
pkgdesc = Extremely fast compression algorithm
pkgver = 1.9.4
pkgrel = 3
pkgver = 1.10.0
pkgrel = 1
epoch = 1
url = https://lz4.github.io/lz4/
arch = x86_64
license = GPL2
license = GPL-2.0-or-later
checkdepends = diffutils
makedepends = git
makedepends = cmake
makedepends = ninja
depends = glibc
source = git+https://github.com/lz4/lz4.git#tag=v1.9.4
sha256sums = SKIP
source = git+https://github.com/lz4/lz4.git#tag=v1.10.0
sha256sums = 487f9bc24fdaf589e2f4bb23dd98b1f21a71b643db09251145616587c9468555
pkgname = lz4
......@@ -2,17 +2,17 @@
pkgname=lz4
epoch=1
pkgver=1.9.4
pkgrel=3
pkgver=1.10.0
pkgrel=1
pkgdesc='Extremely fast compression algorithm'
arch=('x86_64')
url='https://lz4.github.io/lz4/'
license=('GPL2')
license=('GPL-2.0-or-later')
makedepends=('git' 'cmake' 'ninja')
checkdepends=('diffutils')
depends=('glibc')
source=("git+https://github.com/lz4/lz4.git#tag=v$pkgver")
sha256sums=('SKIP')
sha256sums=('487f9bc24fdaf589e2f4bb23dd98b1f21a71b643db09251145616587c9468555')
build() {
cmake -B build -S "$pkgname"/build/cmake \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment