summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjun72017-12-08 12:48:29 +0900
committerjun72017-12-08 12:48:29 +0900
commit0e1fe93eae2614f81855c7a8f64030ee1b340126 (patch)
tree4db494ed9a6ca63e458d181dc1aa0d30c7d9627a
parentd0dbe83d9ddc2b175ce5df91dcf6f574f75415c2 (diff)
downloadaur-0e1fe93eae2614f81855c7a8f64030ee1b340126.tar.gz
Update the depends from markdown to discount
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4abb41aab00c..732bc8b99bbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = wyeb-git
license = GPL3
makedepends = git
depends = webkit2gtk
- depends = markdown
+ depends = discount
depends = perl-file-mimeinfo
source = git://github.com/jun7/wyeb.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9e822773b8af..6a7e4f45d1a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A vim-like webkit2gtk browser"
arch=('x86_64')
url="https://github.com/jun7/wyeb"
license=('GPL3')
-depends=('webkit2gtk' 'markdown' 'perl-file-mimeinfo')
+depends=('webkit2gtk' 'discount' 'perl-file-mimeinfo')
makedepends=('git')
_branch=master
source=("git://github.com/jun7/wyeb.git#branch=$_branch")