Updated to 4.1. Updated GPG keys and SHA512SUM.
This commit is contained in:
parent
dce23c79e4
commit
98c14eecc2
2 changed files with 19 additions and 20 deletions
17
.SRCINFO
17
.SRCINFO
|
@ -1,9 +1,7 @@
|
||||||
# Generated by mksrcinfo v8
|
|
||||||
# Fri Nov 16 18:28:31 UTC 2018
|
|
||||||
pkgbase = systemtap
|
pkgbase = systemtap
|
||||||
pkgdesc = provides infrastructure to simplify the gathering of information about the running system.
|
pkgdesc = Infrastructure to simplify the gathering of information about the running Linux system
|
||||||
pkgver = 4.0
|
pkgver = 4.1
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = http://sourceware.org/systemtap/
|
url = http://sourceware.org/systemtap/
|
||||||
install = systemtap.install
|
install = systemtap.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -16,10 +14,11 @@ pkgbase = systemtap
|
||||||
depends = python2
|
depends = python2
|
||||||
depends = cpio
|
depends = cpio
|
||||||
optdepends = sqlite3: for storing results in a database
|
optdepends = sqlite3: for storing results in a database
|
||||||
source = systemtap-4.0.tar.gz::https://sourceware.org/systemtap/ftp/releases/systemtap-4.0.tar.gz
|
source = systemtap-4.1.tar.gz::https://sourceware.org/systemtap/ftp/releases/systemtap-4.1.tar.gz
|
||||||
source = systemtap-4.0.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/systemtap-4.0.tar.gz.asc
|
source = systemtap-4.1.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/systemtap-4.1.tar.gz.asc
|
||||||
sha512sums = 66b5ba1902ed974101429dce9fee849273d3dc64e862c057177d158c5f284cc93299819ee8ee49d4bd3b7ff47a3512b1c68b74cad374147ce67fa406c7518c79
|
validpgpkeys = F75E6545B9F8AA15AA932A444DE16D68FDBFFFB8
|
||||||
sha512sums = SKIP
|
sha512sums = fbd606d9842ac63af6e607613a112b08d7593da74ad0398716cdc46f74a977a8e6b9fae92e1f63779ccfc94cffa25f29dee2ae44f67ecc4cedae630e50a2e7b6
|
||||||
|
sha512sums = 755a11b6024bb15c6415532352fd62a824266edeb5ab3e1ef6cfa31259f8bf7d9a92fcf7476c307cd7d4188ff20cefe86558b2a6e4c099987e1041bd1f98031e
|
||||||
|
|
||||||
pkgname = systemtap
|
pkgname = systemtap
|
||||||
|
|
||||||
|
|
22
PKGBUILD
22
PKGBUILD
|
@ -1,10 +1,11 @@
|
||||||
# Maintainer : George Angelopoulos <george@usermod.net>
|
# Maintainer: An Nguyen (stk) <an@linux.com>
|
||||||
# Contributor : Christian Rebischke <Chris.Rebischke@archlinux.org>
|
# Original Maintainer: George Angelopoulos <george@usermod.net>
|
||||||
# Contributor : dront78 <dront78@gmail.com>
|
# Original Maintainer: Christian Rebischke <Chris.Rebischke@archlinux.org>
|
||||||
|
# Original Maintainer: dront78 <dront78@gmail.com>
|
||||||
pkgname=systemtap
|
pkgname=systemtap
|
||||||
pkgver=4.0
|
pkgver=4.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="provides infrastructure to simplify the gathering of information about the running system."
|
pkgdesc="Infrastructure to simplify the gathering of information about the running Linux system"
|
||||||
url="http://sourceware.org/systemtap/"
|
url="http://sourceware.org/systemtap/"
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64' 'i686')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
@ -14,11 +15,10 @@ optdepends=('sqlite3: for storing results in a database')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz"
|
source=("${pkgname}-${pkgver}.tar.gz::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz"
|
||||||
"${pkgname}-${pkgver}.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz.asc"
|
"${pkgname}-${pkgver}.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz.asc"
|
||||||
)
|
)
|
||||||
sha512sums=('66b5ba1902ed974101429dce9fee849273d3dc64e862c057177d158c5f284cc93299819ee8ee49d4bd3b7ff47a3512b1c68b74cad374147ce67fa406c7518c79'
|
sha512sums=('fbd606d9842ac63af6e607613a112b08d7593da74ad0398716cdc46f74a977a8e6b9fae92e1f63779ccfc94cffa25f29dee2ae44f67ecc4cedae630e50a2e7b6'
|
||||||
'SKIP')
|
'755a11b6024bb15c6415532352fd62a824266edeb5ab3e1ef6cfa31259f8bf7d9a92fcf7476c307cd7d4188ff20cefe86558b2a6e4c099987e1041bd1f98031e')
|
||||||
install='systemtap.install'
|
install='systemtap.install'
|
||||||
validpgpkeys=('5D38116FA4D3A7CC77E378D37E83610126DCC2E8')
|
validpgpkeys=('F75E6545B9F8AA15AA932A444DE16D68FDBFFFB8') # "Serhei Makarov (for Red Hat 2018..onwards) <smakarov@redhat.com>"
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
@ -41,5 +41,5 @@ package() {
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
rmdir "${pkgdir}/var/run/stap-server/"
|
rmdir "${pkgdir}/var/run/stap-server/"
|
||||||
rmdir "${pkgdir}/var/run/"
|
rmdir "${pkgdir}/var/run/"
|
||||||
|
rm -r "${pkgdir}/usr/include"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue