summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-11-29 17:37:11 +0100
committerhaawda2020-11-29 17:37:11 +0100
commit30f7a6f0bdf80c15c89333b7c8d97a19e35d49be (patch)
tree2663c3282b33953aaebc03912f1b78d34688e3fc /PKGBUILD
parent6e73f470fa877133afbeeb4f45b54209fe275d51 (diff)
downloadaur-30f7a6f0bdf80c15c89333b7c8d97a19e35d49be.tar.gz
add clutter-gtk dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9a07ad973b9..a2424120be3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Contributor, Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=findwild
pkgver=3.1
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('gtk3')
+depends=('gtk3' 'clutter-gtk')
pkgdesc="A program to find files with a nice gtk interface"
url="http://www.kornelix.net/findwild/findwild.html"
source=("http://www.kornelix.net/downloads/downloads/$pkgname-$pkgver.tar.gz")