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

Jelle van der Waa jelle at archlinux.org
Sun Oct 1 14:53:16 UTC 2017


    Date: Sunday, October 1, 2017 @ 14:53:15
  Author: jelle
Revision: 261170

upgpkg: oprofile 1.2.0-1

Modified:
  oprofile/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-01 14:50:26 UTC (rev 261169)
+++ PKGBUILD	2017-10-01 14:53:15 UTC (rev 261170)
@@ -2,8 +2,8 @@
 # Maintainer : Aaron Griffin <aaron at archlinux.org>
 
 pkgname=oprofile
-pkgver=1.1.0
-pkgrel=4
+pkgver=1.2.0
+pkgrel=1
 pkgdesc='System-wide profiler for Linux systems'
 arch=('i686' 'x86_64')
 url="http://oprofile.sourceforge.net"
@@ -12,11 +12,11 @@
 options=('staticlibs')
 install=oprofile.install
 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('38c0d8812fe605f6ddd1cd183a482aa7605c0e81')
+sha1sums=('7bf28b74953bd042ff23dc53c399be96d37f144c')
 
 build() {
   cd $pkgname-$pkgver
-  CXXFLAGS+=" -std=gnu++03"
+#CXXFLAGS+=" -std=gnu++03"
   ./configure --prefix=/usr --with-x
   make
 }



More information about the arch-commits mailing list