summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPouyan Heyratpour2023-07-29 00:02:06 +0330
committerPouyan Heyratpour2023-07-29 00:02:06 +0330
commitcfb46758c1d0b6a5d2c9bd530a82c8f87c05d506 (patch)
tree484166bf60a4e6d50e7ab3eadbd88964352c950b
parent05ee0d6143e199133698e68d9aaf4d2557cf84fe (diff)
downloadaur-cfb46758c1d0b6a5d2c9bd530a82c8f87c05d506.tar.gz
fix pkg sum
Signed-off-by: Pouyan Heyratpour <pouyan@janstun.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edbc7caa9281..a180759961da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,6 @@ pkgbase = polywatch-git
provides = polywatch
conflicts = polywatch
source = polywatch-git-1.1.0.tar.gz::https://github.com/pouyanh/polywatch/archive/v1.1.0.tar.gz
- md5sums = a8477e7de275c826eb108871f7c40026
+ md5sums = f4144551a9561be4c3639e30d541529f
pkgname = polywatch-git
diff --git a/PKGBUILD b/PKGBUILD
index 75ec795df7dc..8b69a08666a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL3')
depends=()
makedepends=('go' 'goreleaser')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pouyanh/polywatch/archive/v${pkgver}.tar.gz)
-md5sums=('a8477e7de275c826eb108871f7c40026')
+md5sums=('f4144551a9561be4c3639e30d541529f')
provides=('polywatch')
conflicts=('polywatch')