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

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 7 00:59:43 UTC 2018


    Date: Thursday, June 7, 2018 @ 00:59:41
  Author: foutrelis
Revision: 326101

upgpkg: thunar-archive-plugin 0.4.0-1

New upstream release.

Modified:
  thunar-archive-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 00:57:58 UTC (rev 326100)
+++ PKGBUILD	2018-06-07 00:59:41 UTC (rev 326101)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=thunar-archive-plugin
-pkgver=0.3.1
-pkgrel=7
+pkgver=0.4.0
+pkgrel=1
 pkgdesc="Create and extract archives in Thunar"
 arch=('x86_64')
 url="http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin"
@@ -15,19 +15,9 @@
 optdepends=('file-roller'
             'ark'
             'xarchiver')
-source=(https://archive.xfce.org/src/thunar-plugins/$pkgname/0.3/$pkgname-$pkgver.tar.bz2
-        0001-Fix-file-roller-3.12.1-detection-bug-10826.patch)
-sha256sums=('9ad559b0c11308f6897ad56604e5a06dc8f369f649eb20120b2d3018ef5da54c'
-            '4373c3011f5abd1d4119d283e832aeb858c810f14b3a59b6250cf10893aa0757')
+source=(https://archive.xfce.org/src/thunar-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('bf82fa86a388124eb3c4854249c30712b2922e61789607268ee14548549b3115')
 
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=10826
-  patch -Np1 -i ../0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
-  NOCONFIGURE=1 xdt-autogen
-}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 



More information about the arch-commits mailing list