summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHomalozoa2021-10-11 12:13:49 +0800
committerHomalozoa2021-10-11 12:13:49 +0800
commitd22e858ec0d78e985fbc27eb57f6ca97a12db07a (patch)
treed2f9f6f48164b85995fe2be001356ff977925c66
parentb9ec91ca138333d5d1b12f9d33868f5ca98eb57d (diff)
downloadaur-d22e858ec0d78e985fbc27eb57f6ca97a12db07a.tar.gz
update to 2.13.0
Signed-off-by: Homalozoa <xuhaiwang@xiaomi.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2992a64df91f..1f17ad819ff7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Oct 22 13:41:06 UTC 2019
pkgbase = lttng-modules
pkgdesc = LTTng kernel modules
- pkgver = 2.11.0
+ pkgver = 2.13.0
pkgrel = 1
url = http://lttng.org/
install = lttng-modules.install
@@ -15,8 +13,8 @@ pkgbase = lttng-modules
depends = linux>=2.6.38
optdepends = lttng-tools: LTTng tracing control tools
optdepends = babeltrace: trace viewer
- source = http://lttng.org/files/lttng-modules/lttng-modules-2.11.0.tar.bz2
- sha1sums = 2035881162ef0a85587ce31c80d275dcfcab72aa
+ source = https://lttng.org/files/lttng-modules/lttng-modules-2.13.0.tar.bz2
+ sha1sums = 62cd6564e6e9d9378a726fe44dafb01f7e973ae2
pkgname = lttng-modules
diff --git a/PKGBUILD b/PKGBUILD
index 668a35c3a085..6cad20fc8f1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Philippe Proulx <pproulx@efficios.com>
+# Maintainer: Homalozoa <xuhaiwang at xiaomi dot com>
+# Contributor: Philippe Proulx <pproulx@efficios.com>
# Contributor: Manuel Mendez <mmenedez534 at gmail dot com>
# Contributor: Markus Opitz <mastero23 at gmail dot com>
pkgname=lttng-modules
-pkgver=2.11.0
+pkgver=2.13.0
pkgrel=1
pkgdesc="LTTng kernel modules"
arch=('i686' 'x86_64')
@@ -17,7 +18,7 @@ optdepends=(
)
install=${pkgname}.install
source=("http://lttng.org/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('2035881162ef0a85587ce31c80d275dcfcab72aa')
+sha1sums=('62cd6564e6e9d9378a726fe44dafb01f7e973ae2')
build()
{