summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2023-01-08 01:00:06 +0600
committerMubashshir2023-01-08 01:24:37 +0600
commite63c9eb1fc997fc9c5f6ef0f8ebdafc1b2ed36e0 (patch)
tree100dd50fd99ecc5c4a71292da7961737b0a8b933
parent49237f9075cb751420305d4985a73faa235d8ad7 (diff)
downloadaur-e63c9eb1fc997fc9c5f6ef0f8ebdafc1b2ed36e0.tar.gz
whatpulse: Fix sha
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd9bc4552a36..71937ae73e34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = whatpulse
pkgdesc = Measures your keyboard, mouse and application usage, network traffic and uptime.
pkgver = 5.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.whatpulse.org
arch = x86_64
license = custom:whatpulse_tos
@@ -17,6 +17,6 @@ pkgbase = whatpulse
sha256sums = 5a4a6676a6b513824eeac8a2accd6de9e8bd2bc11b3e2967fa2b2a18d29fa35d
sha256sums = cfea47f15bb3ba2494a7b1d50367139dc12709fc1e8ba0b25d86ee5f09748619
source_x86_64 = whatpulse-5.1-amd64.AppImage::https://d2bz2twqkobp4d.cloudfront.net/latest/linux/whatpulse-linux-latest_amd64.AppImage
- sha256sums_x86_64 = 9d4579339d255152748a8d1ed842dc9e0d83347ac57c4fd3cb6e3a6e14ec7a2a
+ sha256sums_x86_64 = 80e11e721c447f8d5137905a371a51ea5b21e9e55d2f5e0c00e48be28c0b2f87
pkgname = whatpulse
diff --git a/PKGBUILD b/PKGBUILD
index 2392154faf04..3136c89e1c0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_tag=latest
pkgname=whatpulse
pkgver=5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Measures your keyboard, mouse and application usage, network traffic and uptime."
arch=('x86_64')
@@ -33,7 +33,7 @@ source=(
source_x86_64=("${pkgname}-${pkgver}-amd64.AppImage::https://d2bz2twqkobp4d.cloudfront.net/${_tag:-$pkgver}/linux/whatpulse-linux-${_tag:-$pkgver}_amd64.AppImage")
sha256sums=('5a4a6676a6b513824eeac8a2accd6de9e8bd2bc11b3e2967fa2b2a18d29fa35d'
'cfea47f15bb3ba2494a7b1d50367139dc12709fc1e8ba0b25d86ee5f09748619')
-sha256sums_x86_64=('9d4579339d255152748a8d1ed842dc9e0d83347ac57c4fd3cb6e3a6e14ec7a2a')
+sha256sums_x86_64=('80e11e721c447f8d5137905a371a51ea5b21e9e55d2f5e0c00e48be28c0b2f87')
_extract() {
./"${pkgname}-${pkgver}-amd64.AppImage" --appimage-extract "$1"