summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2021-06-15 15:15:41 +0700
committerKonstantin Shalygin2021-06-15 15:15:41 +0700
commit6a09e7a66a9ea1acf863ec8b23d0a8ac5455b2eb (patch)
tree97eebf182b1763a1c5895f20770e3eb51a952325
parent24df7b4f7b59b8f7263ea51fe7cad003da07a868 (diff)
downloadaur-6a09e7a66a9ea1acf863ec8b23d0a8ac5455b2eb.tar.gz
Bump to 4.16.0.2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c0d5c257c2e..9175e9840537 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mstflint
pkgdesc = OpenFabrics Alliance firmware burning application for Mellanox HCA/NIC cards (without inband support)
- pkgver = 4.15.0.1
+ pkgver = 4.16.0.2
pkgrel = 1
url = https://www.openfabrics.org/index.php/overview.html
arch = x86_64
@@ -10,8 +10,7 @@ pkgbase = mstflint
makedepends = git
depends = python
depends = sqlite
- source = git+https://github.com/Mellanox/mstflint#tag=v4.15.0-1
+ source = git+https://github.com/Mellanox/mstflint#tag=v4.16.0-2
sha256sums = SKIP
pkgname = mstflint
-
diff --git a/PKGBUILD b/PKGBUILD
index 07191c109a67..73d623b78f61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Konstantin Shalygin <k0ste@k0ste.ru>
pkgname=mstflint
-pkgver=4.15.0.1
-_pkgver=4.15.0-1
+pkgver=4.16.0.2
+_pkgver=4.16.0-2
pkgrel=1
pkgdesc='OpenFabrics Alliance firmware burning application for Mellanox HCA/NIC cards (without inband support)'
arch=('x86_64' 'i686')
@@ -42,5 +42,5 @@ package() {
cd "${srcdir}/${pkgname}"
make DESTDIR="${pkgdir}" install
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm644 README "${pkgdir}/usr/share/docs/${pkgname}/README"
+ install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
}