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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Aug 6 18:59:24 UTC 2013


    Date: Tuesday, August 6, 2013 @ 20:59:24
  Author: bpiotrowski
Revision: 95212

upgpkg: oprofile 0.9.9-1

- new upstream release

Modified:
  oprofile/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-06 18:27:47 UTC (rev 95211)
+++ PKGBUILD	2013-08-06 18:59:24 UTC (rev 95212)
@@ -2,8 +2,8 @@
 # Maintainer : Aaron Griffin <aaron at archlinux.org>
 
 pkgname=oprofile
-pkgver=0.9.8
-pkgrel=2
+pkgver=0.9.9
+pkgrel=1
 pkgdesc='System-wide profiler for Linux systems'
 arch=('i686' 'x86_64')
 url="http://oprofile.sourceforge.net"
@@ -14,23 +14,21 @@
 options=('!libtool')
 install=oprofile.install
 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd')
+sha1sums=('02a1f6609affb04a348dbddfdf8f03e66154f5be')
 
 build() {
-  . /etc/profile.d/qt4.sh
-
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
   make
 }
 
 check() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make check
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -d "$pkgdir/var/lib/oprofile"
 




More information about the arch-commits mailing list