summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Lyapunov2017-02-18 15:51:28 +0300
committerIvan Lyapunov2017-02-18 15:51:28 +0300
commit504a01b4e8e872446d74469cca88f9fbf38e199e (patch)
treef847aa3df6a5bfd866c3763835f2895259828af1
parent50d15a59a5f2ad547952999ef909ea744c3903ff (diff)
downloadaur-504a01b4e8e872446d74469cca88f9fbf38e199e.tar.gz
version 3.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc1607c930e7..5d888359951e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jan 16 06:22:48 UTC 2017
+# Sat Feb 18 12:51:09 UTC 2017
pkgbase = systemtap
pkgdesc = SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system.
- pkgver = 3.0
- pkgrel = 3
+ pkgver = 3.1
+ pkgrel = 1
url = http://sourceware.org/systemtap/
arch = i686
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = systemtap
depends = texlive-latexextra
depends = latex2html
optdepends = sqlite3
- source = http://sourceware.org/systemtap/ftp/releases/systemtap-3.0.tar.gz
- sha1sums = 5ef3a2d9945b0f6bae0061e33811e25e5138f5b7
+ source = http://sourceware.org/systemtap/ftp/releases/systemtap-3.1.tar.gz
+ sha1sums = 2927ee7e780b45e47d770798f80dfd5be62e095d
pkgname = systemtap
diff --git a/PKGBUILD b/PKGBUILD
index 89da25a05ead..2ad34d38be25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=systemtap
-pkgver=3.0
-pkgrel=3
+pkgver=3.1
+pkgrel=1
pkgdesc="SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system."
url="http://sourceware.org/systemtap/"
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
@@ -9,7 +9,7 @@ depends=('elfutils' 'nss' 'python2' 'texlive-fontsextra' 'texlive-latexextra' 'l
makedepends=('gcc')
optdepends=('sqlite3')
source=(http://sourceware.org/systemtap/ftp/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('5ef3a2d9945b0f6bae0061e33811e25e5138f5b7')
+sha1sums=('2927ee7e780b45e47d770798f80dfd5be62e095d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"