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

Daniel Griffiths dgriffiths at archlinux.org
Mon Apr 19 07:40:50 UTC 2010


    Date: Monday, April 19, 2010 @ 03:40:49
  Author: dgriffiths
Revision: 77967

Package more than a year old

Modified:
  thunar-media-tags-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-19 07:36:22 UTC (rev 77966)
+++ PKGBUILD	2010-04-19 07:40:49 UTC (rev 77967)
@@ -3,7 +3,7 @@
 
 pkgname=thunar-media-tags-plugin
 pkgver=0.1.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Lets you view/edit id3/ogg tags in thunar"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -16,9 +16,9 @@
 md5sums=('8a95f0ea4df6f757c1c94eb5442d2ff5')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list