summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlucafulgenzi2023-07-04 16:50:39 +0200
committerlucafulgenzi2023-07-04 16:50:39 +0200
commit18e9e5a21d668d9fd47eec2486d5a8f5d28e6743 (patch)
treedd6901d379404116a2405cd6c713e1b8b4d45346
parent1f205d0e4603682198c822c861329b5dbefeb538 (diff)
downloadaur-18e9e5a21d668d9fd47eec2486d5a8f5d28e6743.tar.gz
Version 0.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c5b9a75f9da..7f7db355edce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = domust-bin
pkgdesc = Domust is a home automation system that allows you to control your home form your computer.
- pkgver = 0.1.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/lucafulgenzi/domust
arch = x86_64
license = AGPL-3.0
provides = domust
conflicts = domust
- source = https://github.com/lucafulgenzi/domust/releases/download/0.1.2/domust-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = SKIP
+ source = https://github.com/lucafulgenzi/domust/releases/download/0.1.3/domust-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 6565d579154bc04413d49d6b415c263ebb4c02321936f4cb42e7395aec1a6883
pkgname = domust-bin
diff --git a/PKGBUILD b/PKGBUILD
index a9f63d4e8717..aa71fd1a45cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,23 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=domust-bin
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc="Domust is a home automation system that allows you to control your home form your computer."
url="https://github.com/lucafulgenzi/domust"
license=("AGPL-3.0")
+depends=()
arch=("x86_64")
provides=("domust")
conflicts=("domust")
source=("https://github.com/lucafulgenzi/domust/releases/download/${pkgver}/domust-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=("SKIP")
+sha256sums=("6565d579154bc04413d49d6b415c263ebb4c02321936f4cb42e7395aec1a6883")
package() {
install -Dm755 domust -t "$pkgdir/usr/bin"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 README.md "$pkgdir/usr/share/doc/${pkgname}/README.md"
+ install -Dm644 domust-completion "$pkgdir/usr/share/bash-completion/completions/domust-completion"
mkdir -p $pkgdir/$HOME/.config/domust
[[ -f $HOME/.config/domust/config.yaml ]] || touch $HOME/.config/domust/config.yaml