[arch-commits] Commit in totem-plparser/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Fri Feb 25 14:59:27 UTC 2011


    Date: Friday, February 25, 2011 @ 09:59:26
  Author: ibiru
Revision: 111264

upgpkg: totem-plparser 2.32.3-1
update to 2.32.3

Modified:
  totem-plparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-25 14:31:17 UTC (rev 111263)
+++ PKGBUILD	2011-02-25 14:59:26 UTC (rev 111264)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=totem-plparser
-pkgver=2.32.2
+pkgver=2.32.3
 pkgrel=1
 url="http://www.hadess.net/totem.php3"
 pkgdesc="Totem playlist parser library"
 license=('LGPL')
 arch=(i686 x86_64)
-depends=('gmime>=2.4.22' 'libsoup-gnome>=2.32.2')
+depends=('gmime' 'libsoup-gnome')
 makedepends=('intltool' 'pkgconfig' 'gobject-introspection')
 options=('!libtool')
 source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/2.32/totem-pl-parser-${pkgver}.tar.bz2)
-sha256sums=('ae87bd0d2c4cb9a38c0d61b58d2d4c7c5ae63105b8fb26ba78393f7372baa309')
+sha256sums=('c15149650c5420426e7becd6eb4298e898d1975cb7c9ff534cc0785d350916e2')
 
 build() {
   cd "${srcdir}/totem-pl-parser-${pkgver}"
@@ -21,5 +21,9 @@
       --localstatedir=/var \
       --disable-static
   make
+}
+
+package(){
+  cd "${srcdir}/totem-pl-parser-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list