[arch-commits] Commit in thunar-archive-plugin/trunk (PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sat Apr 30 10:39:53 UTC 2022


    Date: Saturday, April 30, 2022 @ 10:39:52
  Author: foutrelis
Revision: 444329

upgpkg: thunar-archive-plugin 0.5.0-1: new upstream release

Modified:
  thunar-archive-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-30 07:10:08 UTC (rev 444328)
+++ PKGBUILD	2022-04-30 10:39:52 UTC (rev 444329)
@@ -2,9 +2,9 @@
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=thunar-archive-plugin
-pkgver=0.4.0
-pkgrel=3
-pkgdesc="Create and extract archives in Thunar"
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Adds archive operations to the Thunar file context menus"
 arch=('x86_64')
 url="https://docs.xfce.org/xfce/thunar/archive"
 license=('GPL2')
@@ -11,15 +11,12 @@
 groups=('xfce4-goodies')
 depends=('thunar' 'hicolor-icon-theme')
 makedepends=('intltool' 'xfce4-dev-tools')
-optdepends=('file-roller'
-            'engrampa'
-            'ark'
-            'xarchiver')
+optdepends=('file-roller' 'engrampa' 'ark' 'xarchiver')
 source=(https://archive.xfce.org/src/thunar-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('bf82fa86a388124eb3c4854249c30712b2922e61789607268ee14548549b3115')
+sha256sums=('8eca88a358282a5acdea72984db0d930efdf658b4bc5b82ef7bcd06224366ffa')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   ./configure \
     --prefix=/usr \
@@ -31,7 +28,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
 



More information about the arch-commits mailing list