summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-11-09 13:26:28 -0700
committerMark Wagie2022-11-09 13:26:28 -0700
commit25aaa4f9877d2c70effe126c902d28929f478e51 (patch)
tree6594a97b85242f59358bcd0584ede73ae80e82e4 /PKGBUILD
parent4e879d66e3062373cfb2c143143aa5db9da0012e (diff)
downloadaur-25aaa4f9877d2c70effe126c902d28929f478e51.tar.gz
add missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e45650870a1c..99665a11a38b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
# Contributor: Robert Orzanna <orschiro at gmail dot com>
pkgname=timeshift
pkgver=22.06.5+12+g92ad80c
-pkgrel=1
+pkgrel=2
pkgdesc="A system restore utility for Linux"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' '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')
makedepends=('git' 'vala')
checkdepends=('appstream-glib' 'desktop-file-utils')
optdepends=('btrfs-progs: BTRFS support'
@@ -40,7 +40,7 @@ prepare() {
sed -i 's/make/$(MAKE)/g' makefile
# https://github.com/teejee2008/timeshift/pull/685
- #patch -Np1 -i "$srcdir"/read-only-btrfs-snapshot.patch
+# patch -Np1 -i "$srcdir"/read-only-btrfs-snapshot.patch
}
build() {