[arch-commits] Commit in pidgin-gfire/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Thu Jun 5 02:51:17 UTC 2014


    Date: Thursday, June 5, 2014 @ 04:51:17
  Author: svenstaro
Revision: 112689

upgpkg: pidgin-gfire 0.9.6-1

upstream release 0.9.6

Modified:
  pidgin-gfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-05 02:42:00 UTC (rev 112688)
+++ PKGBUILD	2014-06-05 02:51:17 UTC (rev 112689)
@@ -4,7 +4,7 @@
 # Contributor: LookTJ <jesus[dot]christ[dot]i[dot]love[at]gmail[dot]com>
 
 pkgname=pidgin-gfire
-pkgver=0.9.5
+pkgver=0.9.6
 pkgrel=1
 pkgdesc="Gfire is an Plugin for the Pidgin IM client which allows you to connect the Xfire network."
 arch=('i686' 'x86_64')
@@ -13,10 +13,11 @@
 depends=('glib2' 'pidgin' 'libnotify' 'gtk2')
 makedepends=('pkgconfig' 'intltool' 'libtool')
 source=("http://downloads.sourceforge.net/gfire/pidgin-gfire-$pkgver.tar.bz2" "gfire-libnotify.patch")
-md5sums=('6ad6197b6b1a0d5d82d7267661431907'
+md5sums=('b8ff028195f3effb78f25a95f03d89fc'
          '5d6fc2b98837fbebba6bef2648699d5e')
 
 build() {
+    cd $pkgname-$pkgver
     ./autogen.sh
     ./configure --prefix=/usr --enable-libnotify
     make
@@ -23,5 +24,6 @@
 }
 
 package() {
+    cd $pkgname-$pkgver
     make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list