summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTheTrueColonel2024-02-22 21:36:25 -0600
committerTheTrueColonel2024-02-22 21:36:25 -0600
commit440f185decf955f4a7d0a907346192feaad75072 (patch)
treecced7493583c30ce1bcad753b49b9a355ca317ea /PKGBUILD
parent1aeff272d96aee375e66495fa79b1dccf3f98f6f (diff)
downloadaur-qdirstat.tar.gz
Cleaned PKGBUILD, added perl optdepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee598abdbc6b..8e2659edd5bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,19 @@
# Maintainer: TheTrueColonel <benjaminesims@gmail.com>
pkgname=qdirstat
pkgver=1.9
-pkgrel=1
+pkgrel=2
pkgdesc="Qt-based directory statistics (KDirStat/K4DirStat without any KDE - from the original KDirStat author)"
arch=(i686 x86_64)
url="https://github.com/shundhammer/qdirstat"
license=('GPL-2.0-only')
-groups=()
depends=('qt5-base' 'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('git')
-provides=()
+optdepends=(
+ "perl: For use with scripts"
+)
conflicts=("${pkgname}-git")
-replaces=()
-backup=()
-options=()
install=qdirstat.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/shundhammer/qdirstat/archive/$pkgver.tar.gz")
-noextract=()
sha256sums=('5a9abda2dbdca3d012d1d9ce7a601abf89e2af77d677f1e5d613f53fb7ad19ff')