Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / thunar-vcs-plugin
Commits: e04c6d9d by Robin Candau at 2024-12-28T06:56:04+01:00 upgpkg: 0.2.0-5: re-add intltool build dep Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-vcs-plugin/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,10 +1,11 @@ pkgbase = thunar-vcs-plugin pkgdesc = SVN and GIT integration for Thunar pkgver = 0.2.0 - pkgrel = 4 + pkgrel = 5 url = https://docs.xfce.org/xfce/thunar/thunar-vcs-plugin arch = x86_64 license = GPL-2.0-or-later + makedepends = intltool makedepends = xfce4-dev-tools depends = thunar depends = git ===================================== PKGBUILD ===================================== @@ -3,13 +3,13 @@ pkgname=thunar-vcs-plugin pkgver=0.2.0 -pkgrel=4 +pkgrel=5 pkgdesc="SVN and GIT integration for Thunar" arch=('x86_64') url="https://docs.xfce.org/xfce/thunar/thunar-vcs-plugin" license=('GPL-2.0-or-later') depends=('thunar' 'git' 'subversion') -makedepends=('xfce4-dev-tools') +makedepends=('intltool' 'xfce4-dev-tools') source=("git+https://gitlab.xfce.org/thunar-plugins/thunar-vcs-plugin.git#tag=$pkgname-$pkgver") sha256sums=('86511d7433eade7f4f9867b37bd57d7d2133f05d678b48b78f71a40dc45014d7') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-vcs-plugin/-/commit/e04c6d9da1e4a476c2fe3bf13cba3844abd04647 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-vcs-plugin/-/commit/e04c6d9da1e4a476c2fe3bf13cba3844abd04647 You're receiving this email because of your account on gitlab.archlinux.org.
