Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / thunar-archive-plugin
Commits: 24960147 by Robin Candau at 2024-12-31T09:40:46+01:00 upgpkg: 0.5.3-1: New upstream release https://gitlab.xfce.org/thunar-plugins/thunar-archive-plugin/-/tags/thunar-archive-plugin-0.5.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,12 @@ pkgbase = thunar-archive-plugin pkgdesc = Adds archive operations to the Thunar file context menus - pkgver = 0.5.2 - pkgrel = 5 + pkgver = 0.5.3 + pkgrel = 1 url = https://docs.xfce.org/xfce/thunar/archive arch = x86_64 groups = xfce4-goodies license = GPL-2.0-only makedepends = git - makedepends = intltool makedepends = xfce4-dev-tools depends = thunar depends = hicolor-icon-theme @@ -15,7 +14,7 @@ pkgbase = thunar-archive-plugin optdepends = engrampa optdepends = ark optdepends = xarchiver - source = git+https://gitlab.xfce.org/thunar-plugins/thunar-archive-plugin.git#tag=thunar-archive-plugin-0.5.2 - sha256sums = 147372fe3b114d8abb4549ae054094c4354247c4495c1927b9e6771f6f3bc1e1 + source = git+https://gitlab.xfce.org/thunar-plugins/thunar-archive-plugin.git#tag=thunar-archive-plugin-0.5.3 + sha256sums = 5b74a059e7cd9a7f64667ab48a5dbe5a18188c5d0b97bf5d278c49d0df4d4239 pkgname = thunar-archive-plugin ===================================== PKGBUILD ===================================== @@ -3,18 +3,18 @@ # Contributor: Tobias Kieslich <tobias (at) archlinux.org> pkgname=thunar-archive-plugin -pkgver=0.5.2 -pkgrel=5 +pkgver=0.5.3 +pkgrel=1 pkgdesc="Adds archive operations to the Thunar file context menus" arch=('x86_64') url="https://docs.xfce.org/xfce/thunar/archive" license=('GPL-2.0-only') groups=('xfce4-goodies') depends=('thunar' 'hicolor-icon-theme') -makedepends=('git' 'intltool' 'xfce4-dev-tools') +makedepends=('git' 'xfce4-dev-tools') optdepends=('file-roller' 'engrampa' 'ark' 'xarchiver') source=("git+https://gitlab.xfce.org/thunar-plugins/thunar-archive-plugin.git#tag=$pkgname-$pkgver") -sha256sums=('147372fe3b114d8abb4549ae054094c4354247c4495c1927b9e6771f6f3bc1e1') +sha256sums=('5b74a059e7cd9a7f64667ab48a5dbe5a18188c5d0b97bf5d278c49d0df4d4239') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-archive-plugin/-/commit/24960147f5ed9e4b7b79b8639de707ad192150a8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-archive-plugin/-/commit/24960147f5ed9e4b7b79b8639de707ad192150a8 You're receiving this email because of your account on gitlab.archlinux.org.
