summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis van der Schagt2020-11-17 09:55:47 +0100
committerDennis van der Schagt2020-11-17 09:55:47 +0100
commit2cf095ae6bac198f86c546eac60cfba089572a15 (patch)
treef61702239d1c979d4f2ed30224f9acc7043437b0
parent7ef28fd3d7d6dff281c0dab3ff7706d358d0c030 (diff)
downloadaur-2cf095ae6bac198f86c546eac60cfba089572a15.tar.gz
Update checksums because eProsima re-released without version update
The only changes in the Fast-DDS source code are related to: https://github.com/eProsima/Fast-DDS/pull/1566
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a0068c8689d..692f440a7cc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eprosima-fast-dds
pkgdesc = eProsima's Fast-DDS implementation
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eProsima/Fast-DDS
arch = x86_64
license = Apache
@@ -11,7 +11,7 @@ pkgbase = eprosima-fast-dds
depends = tinyxml2
depends = eprosima-fast-cdr
source = https://github.com/eProsima/Fast-DDS/archive/v2.1.0.tar.gz
- sha256sums = 25bc7b2e0577d9c568c762a837ae3459c5c604b82f683295cd6fb0d1303d5ede
+ sha256sums = 6653772d5cbb0b188bb585d50e557ce5e587faaad4b607120694212bc726bb26
pkgname = eprosima-fast-dds
diff --git a/PKGBUILD b/PKGBUILD
index 0a403e6e2103..3d891c3c8ffd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dennis van der Schagt <dennisschagt@gmail.com>
pkgname=eprosima-fast-dds
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="eProsima's Fast-DDS implementation"
arch=('x86_64')
url="https://github.com/eProsima/Fast-DDS"
@@ -19,7 +19,7 @@ install=
changelog=
source=("https://github.com/eProsima/Fast-DDS/archive/v${pkgver}.tar.gz")
noextract=()
-sha256sums=('25bc7b2e0577d9c568c762a837ae3459c5c604b82f683295cd6fb0d1303d5ede')
+sha256sums=('6653772d5cbb0b188bb585d50e557ce5e587faaad4b607120694212bc726bb26')
validpgpkeys=()
build() {