summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrkenWhite2021-11-20 21:24:36 +0100
committerOrkenWhite2021-11-20 21:24:36 +0100
commitf52f1a9e95c6a8192a700c914cdf141952990629 (patch)
tree50c7287fa17f9752b3abc392b51631df2b52dbda
parent445bfb79d8de6721a7b202ef6c10bb4ceb597734 (diff)
downloadaur-f52f1a9e95c6a8192a700c914cdf141952990629.tar.gz
Update to 1.10.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d66c6d141103..5aa7af129b3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ytfe
pkgdesc = YouTube frontend
- pkgver = 1.10.2
+ pkgver = 1.10.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.10.2/ytfe_linux_x86_64.xz
- sha256sums_x86_64 = b407a1340ee3f118d9474a0c3696e0abd9b4472324b0af7f92c0347aa2eeea40
- source_i686 = http://oscomp.hu/depot/ytfe_direct/1.10.2/ytfe_linux_i686.xz
- sha256sums_i686 = da0d44157350f870133c9799d8a89e1e7be4b3ae116f1f12cca20d55464b0947
+ source_x86_64 = http://oscomp.hu/depot/ytfe_direct/1.10.5/ytfe_linux_x86_64.xz
+ sha256sums_x86_64 = 1d4d598c6bd696f27c98cf32d84127af0e6abf514779fbded23e86f1c65207c1
+ source_i686 = http://oscomp.hu/depot/ytfe_direct/1.10.5/ytfe_linux_i686.xz
+ sha256sums_i686 = 8443f84b77c69f43993f5ff1725926d9cbf700d11c9bb57685243b6c4601a54d
pkgname = ytfe
diff --git a/PKGBUILD b/PKGBUILD
index e5fb706c48c8..43417f7c38ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: OrkenWhite <orkenwhite@disroot.org>
pkgname=ytfe
-pkgver=1.10.2
+pkgver=1.10.5
pkgrel=1
pkgdesc="YouTube frontend"
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=('b407a1340ee3f118d9474a0c3696e0abd9b4472324b0af7f92c0347aa2eeea40')
-sha256sums_i686=('da0d44157350f870133c9799d8a89e1e7be4b3ae116f1f12cca20d55464b0947')
+sha256sums_x86_64=('1d4d598c6bd696f27c98cf32d84127af0e6abf514779fbded23e86f1c65207c1')
+sha256sums_i686=('8443f84b77c69f43993f5ff1725926d9cbf700d11c9bb57685243b6c4601a54d')
optdepends=('youtube-dl: default downloader'
'mpv: default player'
'vlc: compatible video player')