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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Jan 22 22:38:58 UTC 2011


    Date: Saturday, January 22, 2011 @ 17:38:57
  Author: andyrtr
Revision: 107274

upgpkg: thunar-archive-plugin 0.2.4-8
add another sed fix to make it work

Modified:
  thunar-archive-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-22 22:05:47 UTC (rev 107273)
+++ PKGBUILD	2011-01-22 22:38:57 UTC (rev 107274)
@@ -4,7 +4,7 @@
 
 pkgname=thunar-archive-plugin
 pkgver=0.2.4
-pkgrel=7
+pkgrel=8
 pkgdesc="create and deflate archives in thunar"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -23,7 +23,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   # thunar 1.2 fix
   patch -Np1 -i ${srcdir}/thunar-vfs2gio.patch
-#  sed -i -e 's/thunarx-1/thunarx-2/g' `grep -l 'thunarx-1' * -R`
+  sed -i -e 's/thunarx-1/thunarx-2/g' `grep -l 'thunarx-1' * -R`
  
   ./configure --prefix=/usr \
 	--sysconfdir=/etc \




More information about the arch-commits mailing list