From 97f20df4942956908f92a45df06623f5be4d9f65 Mon Sep 17 00:00:00 2001 From: Kevin Stolp Date: Fri, 6 Jan 2023 23:56:42 -0800 Subject: [PATCH] upgpkg: zfs-utils 2.1.7-2 --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 287923e..d96fc77 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = zfs-utils pkgdesc = Userspace utilities for the Zettabyte File System. pkgver = 2.1.7 - pkgrel = 1 + pkgrel = 2 url = https://zfsonlinux.org/ arch = i686 arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index a30746b..01f31ee 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=zfs-utils pkgver=2.1.7 -pkgrel=1 +pkgrel=2 pkgdesc="Userspace utilities for the Zettabyte File System." arch=("i686" "x86_64" "aarch64") url="https://zfsonlinux.org/"