Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
thunar-vcs-plugin
Commits:
bab0a53f by Robin Candau at 2024-12-25T19:45:28+01:00
upgpkg: 0.2.0-4: Remove intltool makedepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,10 @@
pkgbase = thunar-vcs-plugin
pkgdesc = SVN and GIT integration for Thunar
pkgver = 0.2.0
- pkgrel = 3
+ pkgrel = 4
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=3
+pkgrel=4
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=('intltool' 'xfce4-dev-tools')
+makedepends=('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/bab0a53f4c4cc5c13a8d3c6498e3bc89ea73babe
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-vcs-plugin/-/commit/bab0a53f4c4cc5c13a8d3c6498e3bc89ea73babe
You're receiving this email because of your account on gitlab.archlinux.org.