Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / thunar-archive-plugin
Commits: ad9cd022 by Evangelos Foutras at 2023-10-30T16:09:40+02:00 upgpkg: 0.5.2-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = thunar-archive-plugin + pkgdesc = Adds archive operations to the Thunar file context menus + pkgver = 0.5.2 + pkgrel = 1 + url = https://docs.xfce.org/xfce/thunar/archive + arch = x86_64 + groups = xfce4-goodies + license = GPL2 + makedepends = intltool + makedepends = xfce4-dev-tools + depends = thunar + depends = hicolor-icon-theme + optdepends = file-roller + optdepends = engrampa + optdepends = ark + optdepends = xarchiver + source = https://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.5/thunar-archive-plugin-0.5.2.tar.bz2 + sha256sums = 6379f877bcfc0ea85db9f43723b6fb317893050c712bd03c2ae3232fb9d5ade3 + +pkgname = thunar-archive-plugin ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Tobias Kieslich <tobias (at) archlinux.org> pkgname=thunar-archive-plugin -pkgver=0.5.1 +pkgver=0.5.2 pkgrel=1 pkgdesc="Adds archive operations to the Thunar file context menus" arch=('x86_64') @@ -13,7 +13,7 @@ depends=('thunar' 'hicolor-icon-theme') makedepends=('intltool' 'xfce4-dev-tools') optdepends=('file-roller' 'engrampa' 'ark' 'xarchiver') source=(https://archive.xfce.org/src/thunar-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('a81b3ab1d3cd77c7b3d6db15b37a3c12d65b06e373edc3c21083f02d605d8bed') +sha256sums=('6379f877bcfc0ea85db9f43723b6fb317893050c712bd03c2ae3232fb9d5ade3') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-archive-plugin/-/commit/ad9cd02221875a9961a0fa765b235ef2482f692f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-archive-plugin/-/commit/ad9cd02221875a9961a0fa765b235ef2482f692f You're receiving this email because of your account on gitlab.archlinux.org.
