[arch-commits] Commit in fvwm-crystal/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Wed Sep 4 00:50:58 UTC 2013


    Date: Wednesday, September 4, 2013 @ 02:50:57
  Author: eric
Revision: 193888

upgpkg: fvwm-crystal 3.2.6-1

Upstream update

Modified:
  fvwm-crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-03 19:11:42 UTC (rev 193887)
+++ PKGBUILD	2013-09-04 00:50:57 UTC (rev 193888)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=fvwm-crystal
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc="Transparent Themes for fvwm"
 arch=('any')
@@ -11,9 +11,10 @@
 depends=('fvwm' 'imagemagick' 'python2' 'hsetroot' 'trayer')
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('59aff02a2d696f180e3732efee03eae07bad950a')
+sha1sums=('4db9adfa4ef2d8b57c8cb66253c07dc232222834')
 
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" prefix=/usr install
+  find ${pkgdir} -depth -type d -name .svn -exec rm -rf {} \;
 }




More information about the arch-commits mailing list