summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPouyan Heyratpour2023-07-28 23:36:33 +0330
committerPouyan Heyratpour2023-07-28 23:36:33 +0330
commit05ee0d6143e199133698e68d9aaf4d2557cf84fe (patch)
treeb5988bb23673ad54740d54d73833c78260534287
parent3c9cb88b2e6bae582de97e320444e530d1bdb348 (diff)
downloadaur-05ee0d6143e199133698e68d9aaf4d2557cf84fe.tar.gz
fix pkg version
Signed-off-by: Pouyan Heyratpour <pouyan@janstun.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0eb50b5c13e3..edbc7caa9281 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = polywatch-git
pkgdesc = File change watcher with filter & rate limit feature which run command(s) when file change events happen
- pkgver = 1.1.1
- pkgrel = 2
+ pkgver = 1.1.0
+ pkgrel = 1
url = https://pouyanh.github.io/polywatch/
arch = any
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = polywatch-git
makedepends = goreleaser
provides = polywatch
conflicts = polywatch
- source = polywatch-git-1.1.1.tar.gz::https://github.com/pouyanh/polywatch/archive/v1.1.1.tar.gz
+ source = polywatch-git-1.1.0.tar.gz::https://github.com/pouyanh/polywatch/archive/v1.1.0.tar.gz
md5sums = a8477e7de275c826eb108871f7c40026
pkgname = polywatch-git
diff --git a/PKGBUILD b/PKGBUILD
index d192ad987049..75ec795df7dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Pouyan Heyratpour <pouyan@janstun.com>
pkgname=polywatch-git
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc="File change watcher with filter & rate limit feature which run command(s) when file change events happen"
arch=('any')
url="https://pouyanh.github.io/polywatch/"