summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-11-09 13:27:09 -0700
committerMark Wagie2022-11-09 13:27:09 -0700
commitc50388376f2c37df2182704c058e6ea6da19ecf8 (patch)
treec3f47a6f9af53d5931187908c8f41080784258f6 /PKGBUILD
parentfa169ac1532d54314ed8b2dd0deeda24c3cd2c52 (diff)
downloadaur-c50388376f2c37df2182704c058e6ea6da19ecf8.tar.gz
add missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c457c882a993..0669cb95bb80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Fire100265 <fire100265@outlook.com>
pkgname=timeshift-bin
pkgver=22.06.5
-pkgrel=1
+pkgrel=2
pkgdesc="A system restore utility for Linux"
arch=('x86_64' 'aarch64')
url="https://github.com/linuxmint/timeshift"
license=('GPL3')
-depends=('cronie' 'gtk3' 'libgee' 'libnotify' 'libsoup' 'rsync' 'vte3' 'xapp'
- 'xorg-xhost')
+depends=('cronie' 'gtk3' 'libgee' 'libnotify' 'libsoup' 'rsync' 'vte3' 'which'
+ 'xapp' 'xorg-xhost')
optdepends=('btrfs-progs: BTRFS support'
'grub-btrfs: BtrfS snapshots in grub')
provides=("${pkgname%-bin}")