summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2023-06-09 22:20:17 +1000
committerVictor Tran2023-06-09 22:20:17 +1000
commit13de41a8d6a15d560bb6b285e684b15a7b66cb13 (patch)
tree5c03030e2798c5df009955245b9b749da2c7bd41
parent6a9f8928cdbb2aefb66c9ec0b515ce8e424a8c8f (diff)
downloadaur-13de41a8d6a15d560bb6b285e684b15a7b66cb13.tar.gz
Add missing makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73479c8567ef..a44b0b82e724 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,8 @@ pkgbase = thefile
makedepends = clang
makedepends = quazip-qt6
makedepends = libimobiledevice
+ makedepends = libtdesktopenvironment
+ makedepends = libthefrisbee
source = thefile-5.0::https://github.com/theCheeseboard/thefile/archive/refs/tags/v5.0.tar.gz
sha256sums = 0a84231b8d85ee22f0bd2989ee290917bd3003b50d70558249e1838ce4cfd4a0
diff --git a/PKGBUILD b/PKGBUILD
index 47c5390a4590..4185fcf7568d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="File Manager"
arch=("x86_64" "aarch64")
url="https://github.com/theCheeseboard/thefile"
license=('GPL3')
-makedepends=('git' 'qt6-tools' 'cmake' 'clang' 'quazip-qt6' 'libimobiledevice')
+makedepends=('git' 'qt6-tools' 'cmake' 'clang' 'quazip-qt6' 'libimobiledevice' 'libtdesktopenvironment' 'libthefrisbee')
source=("thefile-$pkgver"::"https://github.com/theCheeseboard/thefile/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('0a84231b8d85ee22f0bd2989ee290917bd3003b50d70558249e1838ce4cfd4a0')