summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2023-03-20 23:35:38 +0600
committerMubashshir2023-03-20 23:36:31 +0600
commit855510046ba6540ea415d1e02d287bd29b229836 (patch)
treef62487fa7ea103f2624cb48e472822fe14af8be1
parent06a159b21731c408f429c45a17958e953151a5af (diff)
downloadaur-855510046ba6540ea415d1e02d287bd29b229836.tar.gz
whatpulse: Fix url
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9d3cba4aa1c..bc991129c964 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.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.whatpulse.org
arch = x86_64
license = custom:whatpulse_tos
@@ -16,7 +16,7 @@ pkgbase = whatpulse
source = LICENSE
sha256sums = 5a4a6676a6b513824eeac8a2accd6de9e8bd2bc11b3e2967fa2b2a18d29fa35d
sha256sums = cfea47f15bb3ba2494a7b1d50367139dc12709fc1e8ba0b25d86ee5f09748619
- source_x86_64 = whatpulse-5.3-amd64.AppImage::https://d2bz2twqkobp4d.cloudfront.net/latest/linux/whatpulse-linux-latest_amd64.AppImage
- sha256sums_x86_64 = 80e11e721c447f8d5137905a371a51ea5b21e9e55d2f5e0c00e48be28c0b2f87
+ source_x86_64 = whatpulse-5.3-amd64.AppImage::https://releases.whatpulse.org/latest/linux/whatpulse-linux-latest_amd64.AppImage
+ sha256sums_x86_64 = 78e40c4bb8167eb893cfda1d2e01d8d6f8ec481d1768629e4e9345bc83386e14
pkgname = whatpulse
diff --git a/PKGBUILD b/PKGBUILD
index 0f7ef4b15ded..c3ef705c1457 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_tag=latest
pkgname=whatpulse
pkgver=5.3
-pkgrel=1
+pkgrel=2
pkgdesc="Measures your keyboard, mouse and application usage, network traffic and uptime."
arch=('x86_64')
@@ -30,10 +30,10 @@ source=(
'whatpulse.desktop'
LICENSE
)
-source_x86_64=("${pkgname}-${pkgver}-amd64.AppImage::https://d2bz2twqkobp4d.cloudfront.net/${_tag:-$pkgver}/linux/whatpulse-linux-${_tag:-$pkgver}_amd64.AppImage")
+source_x86_64=("${pkgname}-${pkgver}-amd64.AppImage::https://releases.whatpulse.org/${_tag:-$pkgver}/linux/whatpulse-linux-${_tag:-$pkgver}_amd64.AppImage")
sha256sums=('5a4a6676a6b513824eeac8a2accd6de9e8bd2bc11b3e2967fa2b2a18d29fa35d'
'cfea47f15bb3ba2494a7b1d50367139dc12709fc1e8ba0b25d86ee5f09748619')
-sha256sums_x86_64=('80e11e721c447f8d5137905a371a51ea5b21e9e55d2f5e0c00e48be28c0b2f87')
+sha256sums_x86_64=('78e40c4bb8167eb893cfda1d2e01d8d6f8ec481d1768629e4e9345bc83386e14')
_extract() {
./"${pkgname}-${pkgver}-amd64.AppImage" --appimage-extract "$1"