summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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=()