summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {