summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlucafulgenzi2023-07-01 17:12:38 +0200
committerlucafulgenzi2023-07-01 17:12:38 +0200
commit1f205d0e4603682198c822c861329b5dbefeb538 (patch)
treeac9bdc08672c9859a1d3c7c9cb8c325677bd71b9
parent404f739f16cac667fe742e41f385d4a289defae9 (diff)
downloadaur-1f205d0e4603682198c822c861329b5dbefeb538.tar.gz
version 0.1.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 002ad77713cd..4c5b9a75f9da 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.1
+ pkgver = 0.1.2
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.1/domust-0.1.1-x86_64.tar.gz
+ source = https://github.com/lucafulgenzi/domust/releases/download/0.1.2/domust-x86_64-unknown-linux-gnu.tar.gz
sha256sums = SKIP
pkgname = domust-bin
diff --git a/PKGBUILD b/PKGBUILD
index e3b86ca130e8..a9f63d4e8717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=domust-bin
-pkgver=0.1.1
+pkgver=0.1.2
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"
@@ -11,12 +11,13 @@ license=("AGPL-3.0")
arch=("x86_64")
provides=("domust")
conflicts=("domust")
-source=("https://github.com/lucafulgenzi/domust/releases/download/${pkgver}/domust-${pkgver}-x86_64.tar.gz")
+source=("https://github.com/lucafulgenzi/domust/releases/download/${pkgver}/domust-x86_64-unknown-linux-gnu.tar.gz")
sha256sums=("SKIP")
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"
mkdir -p $pkgdir/$HOME/.config/domust
[[ -f $HOME/.config/domust/config.yaml ]] || touch $HOME/.config/domust/config.yaml