summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 914264a9af82..6d8b51ec4734 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = duetcontrolserver-bin
pkgdesc = Control server application for Duet 3 series
- pkgver = 1.0.3.1
+ pkgver = 1.0.4.1
pkgrel = 1
url = https://github.com/chrishamm/DuetSoftwareFramework
arch = armv7h
license = GPL3
- depends = duetruntime>=1.0.3.1
+ depends = duetruntime>=1.0.4.1
depends = linux>=4.8
- provides = duetcontrolserver
+ provides = duetcontrolserver=1.0.4.1
conflicts = duetcontrolserver
options = !strip
options = staticlibs
backup = opt/dsf/conf/config.json
- source = https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetcontrolserver_1.0.3.1.deb
- sha256sums = 20026c79b6cf0fc32051f3a92f991f173f3d7380a7df43c05032f8dea9c5b100
+ source = https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetcontrolserver_1.0.4.1_armhf.deb
+ sha256sums = 5b2b81ab02b8a3999e590c5f37fec53ce2435c9e14495193e4d927b9459a1e06
pkgname = duetcontrolserver-bin
diff --git a/PKGBUILD b/PKGBUILD
index f671470b8e42..cd4326f79cec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Manuel Coenen <manuel.coenen@gmail.com>
pkgname=duetcontrolserver-bin
-pkgver=1.0.3.1
+pkgver=1.0.4.1
pkgrel=1
pkgdesc="Control server application for Duet 3 series"
arch=('armv7h')
url="https://github.com/chrishamm/DuetSoftwareFramework"
license=('GPL3')
-provides=('duetcontrolserver')
-conflicts=('duetcontrolserver')
+provides=("duetcontrolserver=${pkgver}")
+conflicts=("duetcontrolserver")
depends=("duetruntime>=${pkgver}" 'linux>=4.8')
options=(!strip staticlibs)
backup=('opt/dsf/conf/config.json')
-source=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetcontrolserver_${pkgver}.deb")
-sha256sums=('20026c79b6cf0fc32051f3a92f991f173f3d7380a7df43c05032f8dea9c5b100')
+source=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetcontrolserver_${pkgver}_armhf.deb")
+sha256sums=('5b2b81ab02b8a3999e590c5f37fec53ce2435c9e14495193e4d927b9459a1e06')
prepare() {
tar -xf data.tar.xz