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

Ionut Biru ibiru at archlinux.org
Fri Mar 9 10:50:03 UTC 2012


    Date: Friday, March 9, 2012 @ 05:50:03
  Author: ibiru
Revision: 152719

update to 0.6.7

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-09 10:25:48 UTC (rev 152718)
+++ PKGBUILD	2012-03-09 10:50:03 UTC (rev 152719)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=folks
-pkgver=0.6.6
+pkgver=0.6.7
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
@@ -12,17 +12,17 @@
 makedepends=('gobject-introspection' 'intltool')
 options=('!libtool' '!emptydirs')
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
-sha256sums=('3dd6a2983969a6369c6b0e25f28ec92415b5570dd6c89b25385807ecc4aeb0a8')
+sha256sums=('d9ce3fd1f0ea3e0cb3780521cfda161062cf7ed1a016261e8d244fe41cbae8f3')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
 




More information about the arch-commits mailing list