summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartinVonReich2023-10-12 04:58:18 +0200
committerMartinVonReich2023-10-12 04:58:18 +0200
commitc647bfb06d732d796bcec13f6c4dd9fc1ee3aef2 (patch)
treed757b9b03341b8406cfd5ffb22430f9252a7b036
parentda796e489c90cd5d1e452b1127750a1d83f8c84f (diff)
downloadaur-c647bfb06d732d796bcec13f6c4dd9fc1ee3aef2.tar.gz
Intial upload - Updated the PKGBUILD file to match Arch Linux' official packaging guidelines - getting things into a proper order ++ Updated DEPENDENCIES and VERSION to 'make sure' nothing is missing.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 510296ab52ef..77dbc30b4e53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = android-file-transfer-linux
arch = any
license = GPL3
makedepends = base-devel
+ makedepends = qt5-tools
makedepends = cmake
makedepends = ninja
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index b881848623dd..dbb98c81d97a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://whoozle.github.io/android-file-transfer-linux/"
license=('GPL3')
depends=('qt5-base' 'file' 'glibc' 'gcc-libs' 'readline' 'fuse2' 'fuse-common' 'libxkbcommon-x11' 'hicolor-icon-theme' 'taglib' 'openssl' 'zlib')
-makedepends=('base-devel' 'cmake' 'ninja')
+makedepends=('base-devel' 'qt5-tools' 'cmake' 'ninja')
conflicts=('android-file-transfer-linux-git')
source=("${pkgname}-${pkgver}::https://github.com/MartinVonReichenberg/android-file-transfer-linux/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('SKIP')