summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanabishi2022-08-29 09:20:43 +0500
committerHanabishi2022-08-29 09:20:43 +0500
commit0db1058a899d93d1c03284162526bdb8e61fe376 (patch)
treeacbf4a11bdd40dffae8dd539bac666a87a623953
parent6b067d27d6e53693534638551ebe9fdf24c6f530 (diff)
downloadaur-0db1058a899d93d1c03284162526bdb8e61fe376.tar.gz
New version (3.8.0)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 024b3c24b73a..72e104b6697d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = webcord-bin
pkgdesc = A Discord and Fosscord client made with the Electron.
- pkgver = 3.7.1
- pkgrel = 2
+ pkgver = 3.8.0
+ pkgrel = 1
url = https://github.com/SpacingBat3/WebCord
arch = x86_64
license = MIT
provides = webcord
conflicts = webcord
- noextract = webcord-3.7.1-1.x86_64.rpm
+ noextract = webcord-3.8.0-1.x86_64.rpm
options = !emptydirs
- source = webcord-3.7.1-1.x86_64.rpm::https://github.com/SpacingBat3/WebCord/releases/download/v3.7.1/webcord-3.7.1-1.x86_64.rpm
- sha256sums = e3f9c6569c852e61d26d2cccfd9e155a25ba8560d75fbd9602b3581a227c1cb9
+ source = webcord-3.8.0-1.x86_64.rpm::https://github.com/SpacingBat3/WebCord/releases/download/v3.8.0/webcord-3.8.0-1.x86_64.rpm
+ sha256sums = 1105d96063b9209e7873f065fe5f0db223b224096bc15c37c7388fd4775c52b9
pkgname = webcord-bin
diff --git a/PKGBUILD b/PKGBUILD
index cfe1ceb683f5..c454fd3547a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=webcord-bin
-pkgver=3.7.1
-pkgrel=2
+pkgver=3.8.0
+pkgrel=1
pkgdesc="A Discord and Fosscord client made with the Electron."
arch=('x86_64')
url="https://github.com/SpacingBat3/WebCord"
@@ -13,7 +13,7 @@ options=('!emptydirs')
_archive="webcord-${pkgver}-1.x86_64.rpm"
source=("${_archive}::${url}/releases/download/v${pkgver}/${_archive}")
-sha256sums=('e3f9c6569c852e61d26d2cccfd9e155a25ba8560d75fbd9602b3581a227c1cb9')
+sha256sums=('1105d96063b9209e7873f065fe5f0db223b224096bc15c37c7388fd4775c52b9')
noextract=("${_archive}")
package() {