summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Coenen2019-09-25 10:37:46 +0200
committerManuel Coenen2019-09-25 11:09:17 +0200
commite1e9a63f769667252b32a1cbca66610e01081757 (patch)
tree512301e1087f796502adeb675463c35d863ace94
parentd2d7a0aa19d326b9a13b257c78cde73a7342e30b (diff)
downloadaur-e1e9a63f769667252b32a1cbca66610e01081757.tar.gz
Update to 1.0.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58293898d4bc..98d31036bd11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = duetsd-bin
pkgdesc = Virtual SD card directory for the Duet software framework
- pkgver = 1.0.1
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/chrishamm/DuetSoftwareFramework
arch = any
license = GPL3
+ depends = duetcontrolserver
optdepends = duetwebcontrol
- provides = duetsd
+ provides = duetsd=1.0.3
conflicts = duetsd
- source = https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetsd_1.0.1.deb
- sha256sums = 0f134994cf55f1b8e8cf4efe9e04876b6c6cb1d09fc3546acdeac0ca50a47242
+ 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
pkgname = duetsd-bin
diff --git a/PKGBUILD b/PKGBUILD
index 028096fb8c17..085935d6ec61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
# Maintainer: Manuel Coenen <manuel.coenen@gmail.com>
pkgname=duetsd-bin
-pkgver=1.0.1
+pkgver=1.0.3
pkgrel=1
pkgdesc="Virtual SD card directory for the Duet software framework"
arch=('any')
url="https://github.com/chrishamm/DuetSoftwareFramework"
license=('GPL3')
-provides=('duetsd')
-conflicts=('duetsd')
+provides=("duetsd=${pkgver}")
+conflicts=("duetsd")
+depends=('duetcontrolserver')
optdepends=('duetwebcontrol')
-source=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetsd_${pkgver}.deb")
-sha256sums=('0f134994cf55f1b8e8cf4efe9e04876b6c6cb1d09fc3546acdeac0ca50a47242')
+backup=('opt/dsf/sd/sys/config.g')
+source=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetsd_${pkgver}_all.deb")
+sha256sums=('cbec47068231af07062ce7db7b996e97da0a80ac8a25e1e21743514429eed812')
prepare() {
tar -xf data.tar.xz