summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98d31036bd11..3f308b5b85e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = duetsd-bin
pkgdesc = Virtual SD card directory for the Duet software framework
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
- url = https://github.com/chrishamm/DuetSoftwareFramework
+ url = https://github.com/chrishamm/DuetSoftwareFramework.git
arch = any
license = GPL3
depends = duetcontrolserver
optdepends = duetwebcontrol
- provides = duetsd=1.0.3
+ provides = duetsd=1.0.4
conflicts = duetsd
+ conflicts = reprapfirmware<=1.1.0.0
backup = opt/dsf/sd/sys/config.g
- source = https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetsd_1.0.3_all.deb
- sha256sums = cbec47068231af07062ce7db7b996e97da0a80ac8a25e1e21743514429eed812
+ source = https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetsd_1.0.4_all.deb
+ sha256sums = 48a21508da9375bd5f8930e09f6887c15f67bd9d0eb21a16f30acaead26e403b
pkgname = duetsd-bin
diff --git a/PKGBUILD b/PKGBUILD
index 085935d6ec61..866e0f594988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Manuel Coenen <manuel.coenen@gmail.com>
pkgname=duetsd-bin
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="Virtual SD card directory for the Duet software framework"
arch=('any')
-url="https://github.com/chrishamm/DuetSoftwareFramework"
+url="https://github.com/chrishamm/DuetSoftwareFramework.git"
license=('GPL3')
provides=("duetsd=${pkgver}")
-conflicts=("duetsd")
+conflicts=("duetsd" "reprapfirmware<=1.1.0.0")
depends=('duetcontrolserver')
optdepends=('duetwebcontrol')
backup=('opt/dsf/sd/sys/config.g')
source=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetsd_${pkgver}_all.deb")
-sha256sums=('cbec47068231af07062ce7db7b996e97da0a80ac8a25e1e21743514429eed812')
+sha256sums=('48a21508da9375bd5f8930e09f6887c15f67bd9d0eb21a16f30acaead26e403b')
prepare() {
tar -xf data.tar.xz