summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrik Fábián2024-04-25 14:54:21 +0200
committerPatrik Fábián2024-04-25 14:54:21 +0200
commit5730486cdb708b9881e512310f9554f14d2fdd8c (patch)
treebd13cc27fd0c76dce2af8978db842d6a8cb4a99e
parente4692f1e12cd853e535e914fdc21650ab70283fc (diff)
downloadaur-ytfe.tar.gz
Update to 1.20.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fe8470efdf2..70507f310d00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ytfe
pkgdesc = Lightweight YouTube client using the LCL toolkit
- pkgver = 1.20.4
+ pkgver = 1.20.5
pkgrel = 1
url = http://oscomp.hu
install = ytfe.install
@@ -20,9 +20,9 @@ pkgbase = ytfe
sha256sums = 1538efd4ad69915c36a12e48b2fb67606983d8dd38811726640952d6a3c03149
sha256sums = 44bc1c569ae7829e65bc5ec3525ad260a2dc64d340da0f9912c4395552134eae
sha256sums = bf8e1295602992c618eacbc43a36c201293c8a159f49dd42a724c72f5e8a5267
- source_x86_64 = http://oscomp.hu/depot/ytfe_direct/1.20.4/ytfe_linux_x86_64.xz
- sha256sums_x86_64 = 93517299d4bb5e15c3df7f483fa58492769d72b9b2ea741f8bfd5edc9a018c79
- source_i686 = http://oscomp.hu/depot/ytfe_direct/1.20.4/ytfe_linux_i686.xz
- sha256sums_i686 = b32d1d02f64ddee99a652abbe190dca170b3841dae625756ae05b7cd71e2efd4
+ source_x86_64 = http://oscomp.hu/depot/ytfe_direct/1.20.5/ytfe_linux_x86_64.xz
+ sha256sums_x86_64 = feb66ad5b344d1716fbfe8234ecfa2786f1c70a65367fa06d6c5b433da73805c
+ source_i686 = http://oscomp.hu/depot/ytfe_direct/1.20.5/ytfe_linux_i686.xz
+ sha256sums_i686 = 99fd99fd3e636980d761e651ec489af889c0ddd3722fcc4bb4182e02e19f7d52
pkgname = ytfe
diff --git a/PKGBUILD b/PKGBUILD
index ce45f354c6c8..60d0500bcfab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: OrkenWhite <orkenwhite@disroot.org>
pkgname=ytfe
-pkgver=1.20.4
+pkgver=1.20.5
pkgrel=1
pkgdesc="Lightweight YouTube client using the LCL toolkit"
arch=('x86_64' 'i686')
@@ -12,8 +12,8 @@ source=('http://oscomp.hu/depot/ytfe.png' 'http://oscomp.hu/depot/edl-preloader.
source_x86_64=("http://oscomp.hu/depot/ytfe_direct/$pkgver/ytfe_linux_x86_64.xz")
source_i686=("http://oscomp.hu/depot/ytfe_direct/$pkgver/ytfe_linux_i686.xz")
sha256sums=( '29220d99cb0e33675e2d349a023eea0877a3befefc61b19f4d901db29f7d1698' '1538efd4ad69915c36a12e48b2fb67606983d8dd38811726640952d6a3c03149' '44bc1c569ae7829e65bc5ec3525ad260a2dc64d340da0f9912c4395552134eae' 'bf8e1295602992c618eacbc43a36c201293c8a159f49dd42a724c72f5e8a5267')
-sha256sums_x86_64=('93517299d4bb5e15c3df7f483fa58492769d72b9b2ea741f8bfd5edc9a018c79')
-sha256sums_i686=('b32d1d02f64ddee99a652abbe190dca170b3841dae625756ae05b7cd71e2efd4')
+sha256sums_x86_64=('feb66ad5b344d1716fbfe8234ecfa2786f1c70a65367fa06d6c5b433da73805c')
+sha256sums_i686=('99fd99fd3e636980d761e651ec489af889c0ddd3722fcc4bb4182e02e19f7d52')
optdepends=('youtube-dl: default downloader'
'mpv: default player'
'vlc: compatible video player')