summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcaf34b2941f..ab1f691f8672 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = hwatch-git
pkgdesc = A modern alternative to the watch command (git)
pkgver = 0.3.7.r0.g2586b94
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/blacknon/hwatch
arch = x86_64
license = MIT
- license = Apache
makedepends = cargo
makedepends = git
depends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 925c722b6d8e..39f650f0d163 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=hwatch-git
pkgver=0.3.7.r0.g2586b94
-pkgrel=1
+pkgrel=2
pkgdesc="A modern alternative to the watch command (git)"
arch=('x86_64')
url="https://github.com/blacknon/hwatch"
-license=('MIT' 'Apache')
+license=('MIT')
depends=('gcc-libs')
makedepends=('cargo' 'git')
conflicts=("${pkgname%-git}")