summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2021-08-17 15:25:08 +1000
committercorey drew bruce2021-08-17 15:25:08 +1000
commit3370a57837daa1e185ebf1774d3be884cdb1f3fe (patch)
tree4ba482c1f73d37f7232b3c40ecd2b628d341c647
parentb823ba4b41fe53c8ccaea99f0964d6294758cc1c (diff)
downloadaur-3370a57837daa1e185ebf1774d3be884cdb1f3fe.tar.gz
Youtube 1.0.7-1 bin fixes fake unsupported browser message and updates user agent
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0d2c7b9ca61..cb1b96d4c65d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = youtube-bin
pkgdesc = Unnofficial Youtube desktop application
- pkgver = 1.0.6
- pkgrel = 2
+ pkgver = 1.0.7
+ pkgrel = 1
url = https://gitlab.com/youtube/application
arch = x86_64
arch = arm7h
@@ -12,9 +12,9 @@ pkgbase = youtube-bin
depends = gtk3
depends = libxss
conflicts = youtube-git
- source_x86_64 = https://gitlab.com/youtube-desktop/binaries/1.0.6-2/-/raw/main/Youtube-linux-x64.tar.gz
+ source_x86_64 = https://gitlab.com/youtube-desktop/binaries/1.0.7-1/-/raw/main/Youtube-linux-x64.tar.gz
sha256sums_x86_64 = ab680e5d43a1a53d8f23da27b2cf2a4b5e6eff79082691c7899762a2dde0356f
- source_aarch64 = https://gitlab.com/youtube-desktop/binaries/1.0.6-2/-/raw/main/Youtube-linux-arm64.tar.gz
+ source_aarch64 = https://gitlab.com/youtube-desktop/binaries/1.0.7-1/-/raw/main/Youtube-linux-arm64.tar.gz
sha256sums_aarch64 = 3e454664573f2247cb8c7ef5305bb24437a9ba487595da16ca0801e664ba693c
pkgname = youtube-bin
diff --git a/PKGBUILD b/PKGBUILD
index bb19cb4abffe..7dbe9707eb1f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=youtube-bin
_pkgname=Youtube-bin
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
_pkgrel_x86_64=1
_pkgrel_armv7h=1
_pkgrel_aarch64=1
@@ -12,8 +12,8 @@ license=('GPL')
depends=('nss' 'gtk3' 'libxss')
makedepends=('unzip')
conflicts=("youtube-git")
-sha256sums_x86_64=('ab680e5d43a1a53d8f23da27b2cf2a4b5e6eff79082691c7899762a2dde0356f')
-sha256sums_aarch64=('3e454664573f2247cb8c7ef5305bb24437a9ba487595da16ca0801e664ba693c')
+sha256sums_x86_64=('8b25fc9804bed4835e4e45fd8efea02a264413a971d924af54b36c9557603c57')
+sha256sums_aarch64=('623fda187b8d11bc658c5e79eeb0b7a38836e47e63a29358da6a828bc74adac6')
sha256sums_armv7h=('SKIP')
source_x86_64=("https://gitlab.com/youtube-desktop/binaries/"$pkgver"-"$pkgrel"/-/raw/main/Youtube-linux-x64.tar.gz")
source_armv7h=("https://gitlab.com/youtube-desktop/binaries/"$pkgver"-"$pkgrel"/-/raw/main/Youtube-linux-armv7l.tar.gz")