summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSakura19432021-04-08 16:03:53 +0800
committerSakura19432021-04-08 16:03:53 +0800
commit7e2182e9b3a95d5118b2497a7ff6fb968976c0c5 (patch)
tree593f01824c2b880cf209de1ba3f467bac9fb8a0e
parentcfce277c8c90baca992ac6c02dac620036cceb9e (diff)
downloadaur-7e2182e9b3a95d5118b2497a7ff6fb968976c0c5.tar.gz
uploads
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f70abf4cb53..186ef7a3622d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = hexo-deployer-with-theme-typography
depends = gzip
depends = zip
depends = nodejs-lts-erbium
+ depends = dialog
provides = hexo-deployer-with-theme-typography=1.1
source = https://mirrors.yaoyz.cn/hexo//hexo.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f371cd4a4f32..696848872260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Hexo deployment tool with typography theme"
arch=(x86_64)
url="https://gitlab.com/Sakura1943/hexo-deployer-with-theme-typography"
license=('GPL')
-depends=('vim' 'nano' 'git' 'wget' 'curl' 'tar' 'gzip' 'zip' 'nodejs-lts-erbium')
+depends=('vim' 'nano' 'git' 'wget' 'curl' 'tar' 'gzip' 'zip' 'nodejs-lts-erbium' 'dialog')
provides=(hexo-deployer-with-theme-typography=$pkgver)
replaces=()
backup=()