summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5b716eb6501..697e710ff2e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = watchexec-git
pkgdesc = Executes commands in response to file modifications
- pkgver = 1.22.2.r0.ge8391cd
- pkgrel = 2
+ pkgver = 1.22.2.r1.g8e91d26
+ pkgrel = 1
url = https://watchexec.github.io/
arch = i686
arch = x86_64
- license = apache
+ license = Apache
makedepends = git
makedepends = rust
depends = gcc-libs
- provides = watchexec=1.22.2.r0.ge8391cd
+ provides = watchexec=1.22.2.r1.g8e91d26
conflicts = watchexec
source = git+https://github.com/watchexec/watchexec.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 09ec5eb45f97..1fad2dc36f74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Previous maintainer: quininer kel <quininer@live.com>
pkgname=watchexec-git
-pkgver=1.22.2.r0.ge8391cd
-pkgrel=2
+pkgver=1.22.2.r1.g8e91d26
+pkgrel=1
pkgdesc="Executes commands in response to file modifications"
arch=('i686' 'x86_64')
url="https://watchexec.github.io/"
-license=('apache')
+license=('Apache')
depends=('gcc-libs')
makedepends=('git' 'rust')
provides=("watchexec=$pkgver")