summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhonjow2024-02-08 13:04:24 +0800
committerhonjow2024-02-08 13:04:24 +0800
commit053f4accbc739fa9e452419d96096829b76c050e (patch)
tree94209d7625e3a859699af4d14655696d741c7c3f /PKGBUILD
parenta663b43d31883f57024bc0f0db56f2019114f768 (diff)
downloadaur-053f4accbc739fa9e452419d96096829b76c050e.tar.gz
add depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72db31f291c6..171488fc5485 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=frzr-sk
_pkgname=frzr
-pkgver=r216.100df23
+pkgver=r232.ec2433b
pkgrel=1
pkgdesc="A deployment and update system for read-only btrfs subvolume based operating systems"
arch=('any')
@@ -10,7 +10,7 @@ provides=('frzr')
conflicts=('frzr')
url="https://github.com/honjow/frzr"
license=('MIT')
-depends=('btrfs-progs' 'parted' 'libnewt' 'dosfstools' 'jq' 'util-linux' 'dmidecode')
+depends=('btrfs-progs' 'parted' 'libnewt' 'dosfstools' 'jq' 'util-linux' 'dmidecode' 'zstd' 'xz')
source=("git+$url#branch=dev")
md5sums=('SKIP')
backup=('etc/github_cdn.conf' 'etc/frzr-sk.conf')