summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrkenWhite2023-12-24 16:00:02 +0100
committerOrkenWhite2023-12-24 16:00:02 +0100
commit57101f94ed786fd1a8e4475af463eb573d5884f9 (patch)
tree81d22835214b06508b3eb780becba07fe470e7b1
parent7c4d612347ae456198f7302bf412cf9b35c9afb4 (diff)
downloadaur-57101f94ed786fd1a8e4475af463eb573d5884f9.tar.gz
Update to 1.19.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 502e6a6ffba5..e5f3935e27a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ytfe
pkgdesc = Lightweight YouTube client using the LCL toolkit
- pkgver = 1.19.5
+ pkgver = 1.19.6
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.19.5/ytfe_linux_x86_64.xz
- sha256sums_x86_64 = 60c8fb153018c3765e18bc7b045b3057918a035375564a48ba16b159653bdb4e
- source_i686 = http://oscomp.hu/depot/ytfe_direct/1.19.5/ytfe_linux_i686.xz
- sha256sums_i686 = 3c4595ca53c6f5da01b28c914b9a5088fbdcdbd59eb427025c0f0ccd541fc002
+ source_x86_64 = http://oscomp.hu/depot/ytfe_direct/1.19.6/ytfe_linux_x86_64.xz
+ sha256sums_x86_64 = e4fb24b00de03d34faca71fe8e5f6a19cb41075eeb5c13befcd3fceecc8a91d9
+ source_i686 = http://oscomp.hu/depot/ytfe_direct/1.19.6/ytfe_linux_i686.xz
+ sha256sums_i686 = 14845481dac39089f624f3aa38e8b3c5c00ba1f7647a857c046a760967948006
pkgname = ytfe
diff --git a/PKGBUILD b/PKGBUILD
index 932eeff1ba2a..002df0ddd679 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: OrkenWhite <orkenwhite@disroot.org>
pkgname=ytfe
-pkgver=1.19.5
+pkgver=1.19.6
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=('60c8fb153018c3765e18bc7b045b3057918a035375564a48ba16b159653bdb4e')
-sha256sums_i686=('3c4595ca53c6f5da01b28c914b9a5088fbdcdbd59eb427025c0f0ccd541fc002')
+sha256sums_x86_64=('e4fb24b00de03d34faca71fe8e5f6a19cb41075eeb5c13befcd3fceecc8a91d9')
+sha256sums_i686=('14845481dac39089f624f3aa38e8b3c5c00ba1f7647a857c046a760967948006')
optdepends=('youtube-dl: default downloader'
'mpv: default player'
'vlc: compatible video player')