summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-11-09 13:27:09 -0700
committerMark Wagie2022-11-09 13:27:09 -0700
commitc50388376f2c37df2182704c058e6ea6da19ecf8 (patch)
treec3f47a6f9af53d5931187908c8f41080784258f6
parentfa169ac1532d54314ed8b2dd0deeda24c3cd2c52 (diff)
downloadaur-c50388376f2c37df2182704c058e6ea6da19ecf8.tar.gz
add missing dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3d18390e07c..d5cbfac48405 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = timeshift-bin
pkgdesc = A system restore utility for Linux
pkgver = 22.06.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linuxmint/timeshift
arch = x86_64
arch = aarch64
@@ -13,6 +13,7 @@ pkgbase = timeshift-bin
depends = libsoup
depends = rsync
depends = vte3
+ depends = which
depends = xapp
depends = xorg-xhost
optdepends = btrfs-progs: BTRFS support
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}")