summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmar Klausmeier2020-12-06 17:53:58 +0100
committerElmar Klausmeier2020-12-06 17:53:58 +0100
commitcfe5a56ba206c4a866cca05e53cfbacd56904ef5 (patch)
treeb46c9d6c873bfd8809780c1e41968208561cda6a
parentef2a42b84d3b637e66dd1b71e9c147971a72d3e1 (diff)
downloadaur-cfe5a56ba206c4a866cca05e53cfbacd56904ef5.tar.gz
Updated to version 1.4, new maintainer
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 727787c6c882..e4b7f29b818f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oprofile
pkgdesc = System-wide profiler for Linux systems
- pkgver = 1.3.0
+ pkgver = 1.4.0
pkgrel = 1
url = http://oprofile.sourceforge.net
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = oprofile
depends = zlib
depends = sh
options = staticlibs
- source = https://downloads.sourceforge.net/sourceforge/oprofile/oprofile-1.3.0.tar.gz
+ source = https://downloads.sourceforge.net/sourceforge/oprofile/oprofile-1.4.0.tar.gz
source = oprofile.sysusers
- sha1sums = 7daa0cca8587e399cb3df9eb817c6a39ffea2082
+ sha1sums = d4d7634372d18de821b33650ad0ff7392e94c6e3
sha1sums = efcd625073759b69f95cf74dbb4c2839e03af017
pkgname = oprofile
diff --git a/PKGBUILD b/PKGBUILD
index 4e0db1d700c2..67705ba9f1d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer : Aaron Griffin <aaron@archlinux.org>
+# Maintainer up to 2020-07-10: Aaron Griffin <aaron@archlinux.org>
+# Maintainer : Elmar Klausmeier <Elmar.Klausmeier@gmail.com>
pkgname=oprofile
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc='System-wide profiler for Linux systems'
arch=('x86_64')
@@ -11,7 +12,7 @@ depends=('popt' 'gcc-libs' 'zlib' 'sh')
options=('staticlibs')
source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
oprofile.sysusers)
-sha1sums=('7daa0cca8587e399cb3df9eb817c6a39ffea2082'
+sha1sums=('d4d7634372d18de821b33650ad0ff7392e94c6e3'
'efcd625073759b69f95cf74dbb4c2839e03af017')
build() {
@@ -41,3 +42,4 @@ package() {
install -m644 libutil/libutil.a "$pkgdir/usr/lib/liboputil.a"
install -m644 libutil++/libutil++.a "$pkgdir/usr/lib/liboputil++.a"
}
+