summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDudemanguy9112017-10-17 11:31:39 -0500
committerDudemanguy9112017-10-17 11:31:39 -0500
commit4049245e75b3744991b344c3bff6a261f490e082 (patch)
tree18372de91cfd7b3a3e9468562f6ff13650fc865b
parente51d9b01863898f59e30e925014fc4c7d21f4957 (diff)
downloadaur-4049245e75b3744991b344c3bff6a261f490e082.tar.gz
re-add tumbler as a dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27e1a95deda8..4f2419136e33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Oct 16 16:49:29 UTC 2017
+# Tue Oct 17 16:30:23 UTC 2017
pkgbase = glib2-patched-thumbnailer
pkgdesc = GLib2 patched with ahodesuka's thumbnailer patch.
pkgver = 2.54.1
@@ -22,6 +22,7 @@ pkgbase = glib2-patched-thumbnailer
depends = pcre
depends = libffi
depends = libutil-linux
+ depends = tumbler
optdepends = python: for gdbus-codegen and gtester-report
optdepends = libelf: gresource inspection tool
provides = glib2=2.54.1
diff --git a/PKGBUILD b/PKGBUILD
index 2ac35f870f18..99e421cd587c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://gist.github.com/ahodesuka/49c1d0eea4b64f24c4c7"
arch=(i686 x86_64)
provides=("glib2=$pkgver")
conflicts=('glib2')
-depends=(pcre libffi libutil-linux)
+depends=(pcre libffi libutil-linux tumbler)
makedepends=(gettext gtk-doc zlib shared-mime-info python libelf git util-linux meson)
checkdepends=(desktop-file-utils dbus)
optdepends=('python: for gdbus-codegen and gtester-report'