summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlucafulgenzi2023-07-16 21:46:41 +0200
committerlucafulgenzi2023-07-16 21:46:41 +0200
commit6d2714173e724ea50f0034aea61891dcb2e9e981 (patch)
treed84b2127ad113e0bb53f6d6661ec43e11aa9e89a
parentf65b7f02f6339d03a6b3b42841f1fa0b52b4747c (diff)
downloadaur-6d2714173e724ea50f0034aea61891dcb2e9e981.tar.gz
version 0.1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89a4c269e72f..7e11950931a7 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.3
- pkgrel = 3
+ pkgver = 0.1.4
+ 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.3/domust-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 6565d579154bc04413d49d6b415c263ebb4c02321936f4cb42e7395aec1a6883
+ source = https://github.com/lucafulgenzi/domust/releases/download/0.1.4/domust-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 845397ad405e896ddf196948c4af63e93122c05f92ee7761916c117d0ff9073c
pkgname = domust-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4035decd24e4..5cdca01bda81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=domust-bin
-pkgver=0.1.3
-pkgrel=3
+pkgver=0.1.4
+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")
@@ -13,7 +13,7 @@ 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=('6565d579154bc04413d49d6b415c263ebb4c02321936f4cb42e7395aec1a6883')
+sha256sums=('845397ad405e896ddf196948c4af63e93122c05f92ee7761916c117d0ff9073c')
package() {
install -Dm755 domust -t "$pkgdir/usr/bin"