diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-12-29 14:33:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-12-29 14:34:10 +0000 |
commit | 21154a7e86374d6539483677545a34ca28bfe1af (patch) | |
tree | 451a546ea598ae034ed98d8310a2996199969ad2 | |
parent | 9b6b26fe3ba8494f544eefedc3d3228af57f0e8e (diff) |
community/thunar-vcs-plugin: fix makedepends
needs intltool
-rw-r--r-- | community/thunar-vcs-plugin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/thunar-vcs-plugin/APKBUILD b/community/thunar-vcs-plugin/APKBUILD index f30e253da52..67076eadb9a 100644 --- a/community/thunar-vcs-plugin/APKBUILD +++ b/community/thunar-vcs-plugin/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL-2.0-or-later" options="!check" # no test suite depends="thunar" -makedepends="thunar-dev subversion-dev apr-dev apr-util-dev util-linux-dev" +makedepends="thunar-dev subversion-dev apr-dev apr-util-dev util-linux-dev intltool" subpackages="$pkgname-git:_git $pkgname-svn:_svn $pkgname-lang" source="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/${pkgver%.*}/thunar-vcs-plugin-$pkgver.tar.bz2" builddir="$srcdir/$pkgname-$pkgver" |