summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrizen2015-07-01 23:36:10 +0300
committertrizen2015-07-01 23:36:10 +0300
commit1d9ea9d64ae48d4d92d6302e41029dea88355c3f (patch)
treed46d6ba0cee18b62f5e67b00f645cc5711cf2ed3
parent96b6441bb2ed0f4fb2602cb6e972c992104277b4 (diff)
downloadaur-1d9ea9d64ae48d4d92d6302e41029dea88355c3f.tar.gz
Added 'perl-module-build' as makedep.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f30bc2df250e..b867a5c7b9ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = youtube-viewer-git
arch = any
license = GPLv3
makedepends = git
+ makedepends = perl-module-build
depends = perl>=5.16.0
depends = perl-data-dump
depends = perl-json
diff --git a/PKGBUILD b/PKGBUILD
index d1f69d6f7432..9c743f17b333 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A command line utility for searching and streaming videos from YouTube.
arch=('any')
url="https://github.com/trizen/youtube-viewer"
license=('GPLv3')
-makedepends=('git')
+makedepends=('git' 'perl-module-build')
provides=('youtube-viewer')
conflicts=('youtube-viewer')