diff options
Diffstat (limited to 'main/thunar-vcs-plugin')
-rw-r--r-- | main/thunar-vcs-plugin/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/thunar-vcs-plugin/APKBUILD b/main/thunar-vcs-plugin/APKBUILD index a91443366a..d762dfd72f 100644 --- a/main/thunar-vcs-plugin/APKBUILD +++ b/main/thunar-vcs-plugin/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=thunar-vcs-plugin pkgver=0.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Version Contol System plugin for the Thunar filemanager" url="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin" arch="all" license="GPLv2+" depends= -makedepends="thunar-dev subversion-dev apr-dev util-linux-ng-dev" +makedepends="thunar-dev subversion-dev apr-dev util-linux-dev" install="" subpackages="$pkgname-git:_git $pkgname-svn:_svn" source="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-$pkgver.tar.bz2" |