summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiancarlo2022-10-11 10:18:41 +0100
committerGiancarlo2022-10-11 10:18:41 +0100
commit9d2160a508a3941eb01833dbd85e6a879c2a2dda (patch)
treee13b80fc36ebba653ea862e5e41bcac65ca2468a
parentc04bea79d59183db4bb99e1d28bb1f68e8c26735 (diff)
downloadaur-9d2160a508a3941eb01833dbd85e6a879c2a2dda.tar.gz
Fix for rebuilt file without version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f73a8e0f0cd8..f0bc55f271d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = whatsdesk-bin
pkgdesc = unofficial client of whatsapp
pkgver = 0.3.9
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/zerkc/whatsdesk/
arch = x86_64
license = MIT
@@ -12,9 +12,9 @@ pkgbase = whatsdesk-bin
depends = libappindicator-gtk3
provides = whatsdesk
conflicts = whatsdesk-git
- source_x86_64 = https://zerkc.gitlab.io/whatsdesk/whatsdesk_0.3.9_amd64.deb
+ source_x86_64 = whatsdesk_0.3.9_2_amd64.deb::https://zerkc.gitlab.io/whatsdesk/whatsdesk_0.3.9_amd64.deb
source_x86_64 = LICENSE
- sha256sums_x86_64 = 02b1b2902fe835ac1f34fc0d24ed793f6d312ef12e44066de83ebbfd39b06486
+ sha256sums_x86_64 = 4756f5c9f22e889fcec3aa34c587cb10bc6e7ccb476d6481e58267c4f6df181e
sha256sums_x86_64 = 38f8c3d94c9497be761fc95f10d3c530a693bae33fa89d5ce29fe1fac45e3aea
pkgname = whatsdesk-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0aa50294a601..33b3ee8ffc49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=whatsdesk-bin
pkgver=0.3.9
-pkgrel=1
+pkgrel=2
pkgdesc="unofficial client of whatsapp"
arch=('x86_64')
url="https://gitlab.com/zerkc/whatsdesk/"
@@ -14,9 +14,9 @@ depends=('libxss'
'libxtst'
'libnotify'
'libappindicator-gtk3')
-source_x86_64=("https://zerkc.gitlab.io/whatsdesk/whatsdesk_${pkgver}_amd64.deb"
+source_x86_64=("whatsdesk_${pkgver}_${pkgrel}_amd64.deb::https://zerkc.gitlab.io/whatsdesk/whatsdesk_${pkgver}_amd64.deb"
"LICENSE")
-sha256sums_x86_64=('02b1b2902fe835ac1f34fc0d24ed793f6d312ef12e44066de83ebbfd39b06486'
+sha256sums_x86_64=('4756f5c9f22e889fcec3aa34c587cb10bc6e7ccb476d6481e58267c4f6df181e'
'38f8c3d94c9497be761fc95f10d3c530a693bae33fa89d5ce29fe1fac45e3aea')
package() {