summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartel Théo2022-11-25 22:48:43 +0100
committerMartel Théo2022-11-25 22:48:43 +0100
commitc1534ca2692485c44ae7d7a84b54a2ec5f6fe4d4 (patch)
tree5f4ac176cc27e03983947aa70f0a8231c4fc006e
parent5a97ce6c4af31870efd007c516037381e4ca2ed2 (diff)
downloadaur-c1534ca2692485c44ae7d7a84b54a2ec5f6fe4d4.tar.gz
Update v3.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6929ea06ef2c..16fb62139a15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bettercrewlink-bin
pkgdesc = Free, open, Among Us Proximity Chat
- pkgver = 3.0.5
+ pkgver = 3.1.0
pkgrel = 1
url = https://github.com/OhMyGuus/BetterCrewLink
install = bettercrewlink.install
@@ -12,10 +12,10 @@ pkgbase = bettercrewlink-bin
options = libtool
options = emptydirs
options = staticlibs
- source = https://github.com/OhMyGuus/BetterCrewLink/releases/download/v3.0.5/Better-CrewLink-3.0.5.AppImage
+ source = https://github.com/OhMyGuus/BetterCrewLink/releases/download/v3.1.0/Better-CrewLink-3.1.0.AppImage
source = bettercrewlink.desktop
- source = https://raw.githubusercontent.com/OhMyGuus/BetterCrewLink/nightly/src/renderer/logos/BCL-AppIcon.png
- md5sums = 9a01c05db5550c569fe00f8f24fe386a
+ source = https://raw.githubusercontent.com/OhMyGuus/BetterCrewLink/nightly/static/images/logos/BCL-AppIcon.png
+ md5sums = 917ae65c53182c3fb4a200d658613709
md5sums = 617a6fc40e38cb2be31a1541e39fcf96
md5sums = 0c383871ddf0e11c81cf4cd3a77bd589
diff --git a/PKGBUILD b/PKGBUILD
index fc0fd3f0b1e4..bfa1a7538eea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Martel Théo <marteltheo at gmail dot com>
pkgname=bettercrewlink-bin
-pkgver=3.0.5
+pkgver=3.1.0
pkgrel=1
pkgdesc='Free, open, Among Us Proximity Chat'
arch=('x86_64')
@@ -11,8 +11,8 @@ install="bettercrewlink.install"
depends=('libcap>=2')
source=("https://github.com/OhMyGuus/BetterCrewLink/releases/download/v$pkgver/Better-CrewLink-$pkgver.AppImage"
"bettercrewlink.desktop"
- "https://raw.githubusercontent.com/OhMyGuus/BetterCrewLink/nightly/src/renderer/logos/BCL-AppIcon.png")
-md5sums=('9a01c05db5550c569fe00f8f24fe386a'
+ "https://raw.githubusercontent.com/OhMyGuus/BetterCrewLink/nightly/static/images/logos/BCL-AppIcon.png")
+md5sums=('917ae65c53182c3fb4a200d658613709'
'617a6fc40e38cb2be31a1541e39fcf96'
'0c383871ddf0e11c81cf4cd3a77bd589')
options=(!strip libtool emptydirs staticlibs)