summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrkenWhite2023-12-10 19:00:03 +0100
committerOrkenWhite2023-12-10 19:00:03 +0100
commit7c4d612347ae456198f7302bf412cf9b35c9afb4 (patch)
tree49d49ee7d0c233d0586b984fa955550f97ca0758
parentd4731589b4d5d5556589eca981c585822baf453a (diff)
downloadaur-7c4d612347ae456198f7302bf412cf9b35c9afb4.tar.gz
Update to 1.19.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0baa5907796b..502e6a6ffba5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ytfe
pkgdesc = Lightweight YouTube client using the LCL toolkit
- pkgver = 1.19.3
+ pkgver = 1.19.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.19.3/ytfe_linux_x86_64.xz
- sha256sums_x86_64 = b70b3b9e4de097558b25703bf138b9868e2ad0933ba0511ae49ab656280edc37
- source_i686 = http://oscomp.hu/depot/ytfe_direct/1.19.3/ytfe_linux_i686.xz
- sha256sums_i686 = 7d89d85a478e2f6088c37647895af4b7c29773e0a398d9cfbcaf11d0c213d11b
+ 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
pkgname = ytfe
diff --git a/PKGBUILD b/PKGBUILD
index 4f41f824017a..932eeff1ba2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: OrkenWhite <orkenwhite@disroot.org>
pkgname=ytfe
-pkgver=1.19.3
+pkgver=1.19.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=('b70b3b9e4de097558b25703bf138b9868e2ad0933ba0511ae49ab656280edc37')
-sha256sums_i686=('7d89d85a478e2f6088c37647895af4b7c29773e0a398d9cfbcaf11d0c213d11b')
+sha256sums_x86_64=('60c8fb153018c3765e18bc7b045b3057918a035375564a48ba16b159653bdb4e')
+sha256sums_i686=('3c4595ca53c6f5da01b28c914b9a5088fbdcdbd59eb427025c0f0ccd541fc002')
optdepends=('youtube-dl: default downloader'
'mpv: default player'
'vlc: compatible video player')