summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff41bb67d0c1..33db4fe61d9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,15 +3,17 @@ pkgbase = blosc2
pkgver = 2.0.0_rc2
pkgrel = 1
url = https://blosc-doc.readthedocs.io/en/latest/
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
arch = i686
arch = x86_64
license = BSD
makedepends = git
makedepends = cmake
makedepends = ninja
- depends = glibc
depends = lz4
- depends = snappy
depends = zlib
depends = zstd
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 652d01b4125f..4f0e95c41e2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ _pkgver=2.0.0-rc2
pkgver=2.0.0_rc2
pkgrel=1
pkgdesc="Next generation c-blosc"
-arch=('i686' 'x86_64')
+arch=('arm' 'armv6h' 'armv7h' 'aarch64' 'i686' 'x86_64')
url="https://blosc-doc.readthedocs.io/en/latest/"
license=('BSD')
-depends=('glibc' 'lz4' 'snappy' 'zlib' 'zstd')
+depends=('lz4' 'zlib' 'zstd')
makedepends=('git' 'cmake' 'ninja')
options=('staticlibs')
source=("https://github.com/Blosc/c-blosc2/archive/refs/tags/v${_pkgver}.tar.gz")