summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Coenen2019-09-25 10:37:36 +0200
committerManuel Coenen2019-09-25 11:09:00 +0200
commiteb40968442503a512fc3e4b936dd56176e73768d (patch)
tree851d58e62f081305ed516d9396aa275dde5f3993
parent347a776c95a6c22af1643ce473c6ca900c7050fb (diff)
downloadaur-eb40968442503a512fc3e4b936dd56176e73768d.tar.gz
Update to 1.0.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 760f5aa6270c..10f71e91589e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = duetruntime-bin
pkgdesc = .NET Core runtime libraries for the Duet software framework
- pkgver = 1.0.3.1
+ pkgver = 1.0.4.1
pkgrel = 1
url = https://github.com/chrishamm/DuetSoftwareFramework
arch = armv7h
@@ -8,12 +8,12 @@ pkgbase = duetruntime-bin
depends = curl
depends = gettext
depends = libunwind
- provides = duetruntime
+ provides = duetruntime=1.0.4.1
conflicts = duetruntime
options = !strip
options = staticlibs
- source = https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetruntime_1.0.3.1.deb
- sha256sums = 5254d60f81d50165f6a4e7ff5182efa644dbd358979837d7886f6d98c3a7dce7
+ source = https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetruntime_1.0.4.1_armhf.deb
+ sha256sums = b38513d4159f68c752948e81e065d6dca6d00ad567c0f48a99ca2522ea0b013f
pkgname = duetruntime-bin
diff --git a/PKGBUILD b/PKGBUILD
index c43b211b0d22..31f1714ad5a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Manuel Coenen <manuel.coenen@gmail.com>
pkgname=duetruntime-bin
-pkgver=1.0.3.1
+pkgver=1.0.4.1
pkgrel=1
pkgdesc=".NET Core runtime libraries for the Duet software framework"
arch=('armv7h')
url="https://github.com/chrishamm/DuetSoftwareFramework"
license=('GPL3')
-provides=('duetruntime')
+provides=("duetruntime=${pkgver}")
conflicts=('duetruntime')
depends=('curl' 'gettext' 'libunwind')
options=(!strip staticlibs)
-source=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetruntime_${pkgver}.deb")
-sha256sums=('5254d60f81d50165f6a4e7ff5182efa644dbd358979837d7886f6d98c3a7dce7')
+source=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetruntime_${pkgver}_armhf.deb")
+sha256sums=('b38513d4159f68c752948e81e065d6dca6d00ad567c0f48a99ca2522ea0b013f')
prepare() {
tar -xf data.tar.xz