summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f7db355edce..f05691b08349 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 1
+ pkgrel = 2
url = https://github.com/lucafulgenzi/domust
arch = x86_64
license = AGPL-3.0
diff --git a/PKGBUILD b/PKGBUILD
index aa71fd1a45cb..eb5930bd56cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=domust-bin
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
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=('6565d579154bc04413d49d6b415c263ebb4c02321936f4cb42e7395aec1a6883')
package() {
install -Dm755 domust -t "$pkgdir/usr/bin"