summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgéballin2019-08-04 23:45:27 +0200
committergéballin2019-08-04 23:45:27 +0200
commit84282ee9deffb3a91f0365c431ca45172a756c1c (patch)
tree2fc24aa91241d872688b7b237f6d9dcba47e8840
parent744b75fe8dda6d80887d032b4c7db1faa6a6e05f (diff)
downloadaur-84282ee9deffb3a91f0365c431ca45172a756c1c.tar.gz
Add the missing tkimg dependance.
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98ccb4d239cd..ce642aa6b154 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mdliveview
pkgdesc = Mdliveview is a lightweight Markdown file viewer with autoreload
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Geballin/Mdliveview
arch = x86_64
arch = i686
@@ -12,6 +12,7 @@ pkgbase = mdliveview
depends = tk
depends = gifblock
depends = tkhtml
+ depends = tkimg
source = https://github.com/Geballin/Mdliveview/archive/0.1.tar.gz
md5sums = 9ea267e491da0229681c821ccf60c90f
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=()