diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-30 09:35:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-30 11:46:11 +0000 |
commit | 35c733aa9e0867580b21688e1e979999cc94958e (patch) | |
tree | 48d0f8f87750479cb362d7c95269ecb327d7b827 /main | |
parent | 338134955356a250478fd1d4ce2b0bac9166b4c4 (diff) | |
download | aports-35c733aa9e0867580b21688e1e979999cc94958e.tar.bz2 aports-35c733aa9e0867580b21688e1e979999cc94958e.tar.xz |
main/thunar-vcs-plugin: rebuild against util-linux
Diffstat (limited to 'main')
-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" |