summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-08-13 15:25:54 +0100
committerGrey Christoforo2016-08-13 15:25:54 +0100
commit03e634ff1e5147e79e9c711b2bf6941b23aebaa6 (patch)
tree03120210da3f37356511279944b37585157c4ffe
parent44260ffa77958e298c1a5479a36e782ded299d05 (diff)
downloadaur-03e634ff1e5147e79e9c711b2bf6941b23aebaa6.tar.gz
fix md5sum
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a0319769bae..1cf22a4aaf3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 8 16:46:56 UTC 2016
+# Sat Aug 13 14:25:51 UTC 2016
pkgbase = arcus
pkgdesc = Communication library between internal components for Ultimaker software
pkgver = 2.1.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Ultimaker/libArcus
arch = any
license = GPLv3
@@ -12,7 +12,7 @@ pkgbase = arcus
depends = protobuf3
depends = python-sip
source = https://github.com/Ultimaker/libArcus/archive/2.1.3.tar.gz
- md5sums = 1f405773a2a97890abbd6b499fb36afc
+ md5sums = 3978cb7a0e0c173beca50ff1c699c368
pkgname = arcus
diff --git a/PKGBUILD b/PKGBUILD
index 18eba3631feb..6588fa8014af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=arcus
pkgver=2.1.3
-pkgrel=2
+pkgrel=3
pkgdesc="Communication library between internal components for Ultimaker software"
url="https://github.com/Ultimaker/libArcus"
arch=('x86_64')
@@ -12,8 +12,7 @@ license=('GPLv3')
makedepends=('cmake')
depends=('python' 'protobuf3' 'python-sip')
source=(https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz)
-
-md5sums=('1f405773a2a97890abbd6b499fb36afc')
+md5sums=('3978cb7a0e0c173beca50ff1c699c368')
build() {
cd libArcus-${pkgver}