summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgéballin2019-02-28 10:40:29 +0100
committergéballin2019-02-28 10:40:29 +0100
commit193fdddd130ba8f9e2ebd8f0b9f9129389e8c195 (patch)
tree5e269eb65577751d8bc98baeb600184c997ae898
parent47ac8c24af6be6802e974e5cf79dcd8db1488a7b (diff)
downloadaur-193fdddd130ba8f9e2ebd8f0b9f9129389e8c195.tar.gz
Adding the missing tcllib depends and add ttk-themes as optdepends.
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 910d80ac22a5..f82feae28e26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttk-theme-chooser
pkgdesc = TTK theme chooser is an application to choose and set the default TTK theme
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Geballin/TTK-Theme-chooser
arch = x86_64
arch = i686
@@ -9,6 +9,8 @@ pkgbase = ttk-theme-chooser
makedepends = make
depends = tcl
depends = tk
+ depends = tcllib
+ optdepends = ttk-themes: A collection of new TTK themes
source = https://github.com/Geballin/TTK-Theme-chooser/archive/1.1.tar.gz
md5sums = b66f6d777a26a3c29c35c25b0554bcdd
diff --git a/PKGBUILD b/PKGBUILD
index 435c18a029d3..109a4f624900 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Geballin - Guillaume Ballin <macniaque at free dot fr>
pkgname=ttk-theme-chooser
pkgver=1.1
-pkgrel=2
+pkgrel=3
pkgdesc="TTK theme chooser is an application to choose and set the default TTK theme"
url="https://github.com/Geballin/TTK-Theme-chooser"
arch=('x86_64' 'i686')
license=('GPLv3')
-depends=('tcl' 'tk')
-optdepends=()
+depends=('tcl' 'tk' 'tcllib')
+optdepends=('ttk-themes: A collection of new TTK themes')
makedepends=(make)
conflicts=()
replaces=()