makedeb
A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)
Click here to go back to the commit logs for pipe-viewer.
Hash: 519c29fb9d44a8c33cbca3813b58cfa8f4a76a8d
Message: 0.4.2
diff --git a/.SRCINFO b/.SRCINFO
index c6bcd92..863bdd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = pipe-viewer
pkgbase = pipe-viewer
pkgdesc = A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)
pkgrel = 0
-pkgver = 0.4.1
+pkgver = 0.4.2
url = https://github.com/trizen/pipe-viewer
arch = all
depends = perl
@@ -28,8 +28,8 @@ optdepends = wget: download videos with wget
optdepends = youtube-dl: play videos with encrypted signatures
optdepends = yt-dlp: play videos with encrypted signatures
optdepends = webp-pixbuf-loader: load webp images
-source = pipe-viewer-0.4.1.tar.gz::https://github.com/trizen/pipe-viewer/archive/refs/tags/0.4.1.tar.gz
-b2sums = b7692ffaf3b43cb6258f3957d5c7a0250f564a8dd0ade59dccdff136a99cee9b1a0a986481d984599ad2cab6f7c0a416759458eab77da298949d6f153d24355d
+source = pipe-viewer-0.4.2.tar.gz::https://github.com/trizen/pipe-viewer/archive/refs/tags/0.4.2.tar.gz
+b2sums = c5e1a084def8617e76bbd582f02e18e57e19b8a3e9d726225bcd54d6533d4e047f6cf4e8d82203abf9f4594b97f26c24544285ada41f397cf11a45c64ecd914f
makedepends = libmodule-build-perl
optdepends = ffmpeg: conversions and MKV merging
optdepends = gnome-icon-theme: icons in menus
diff --git a/PKGBUILD b/PKGBUILD
index 4adf2f8..2b50a5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Trizen (AUR) <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>
pkgname=pipe-viewer
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=0
pkgdesc="A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)"
arch=('all')
@@ -26,7 +26,7 @@ optdepends=(
'webp-pixbuf-loader: load webp images'
)
source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/pipe-viewer/archive/refs/tags/$pkgver.tar.gz")
-b2sums=('b7692ffaf3b43cb6258f3957d5c7a0250f564a8dd0ade59dccdff136a99cee9b1a0a986481d984599ad2cab6f7c0a416759458eab77da298949d6f153d24355d')
+b2sums=('c5e1a084def8617e76bbd582f02e18e57e19b8a3e9d726225bcd54d6533d4e047f6cf4e8d82203abf9f4594b97f26c24544285ada41f397cf11a45c64ecd914f')
build() {
cd "$pkgname-$pkgver"