summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgéballin2019-08-04 23:45:27 +0200
committergéballin2019-08-04 23:45:27 +0200
commit84282ee9deffb3a91f0365c431ca45172a756c1c (patch)
tree2fc24aa91241d872688b7b237f6d9dcba47e8840 /PKGBUILD
parent744b75fe8dda6d80887d032b4c7db1faa6a6e05f (diff)
downloadaur-84282ee9deffb3a91f0365c431ca45172a756c1c.tar.gz
Add the missing tkimg dependance.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2956153115e6..38f9b7776093 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Geballin - Guillaume Ballin <macniaque at free dot fr>
pkgname=mdliveview
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Mdliveview is a lightweight Markdown file viewer with autoreload"
url="https://github.com/Geballin/Mdliveview"
arch=('x86_64' 'i686')
license=('BSD')
-depends=('tcl' 'tk' 'gifblock' 'tkhtml')
+depends=('tcl' 'tk' 'gifblock' 'tkhtml' 'tkimg')
optdepends=()
makedepends=(make gcc)
conflicts=()