makedeb


pipe-viewer 0.5.3-0


A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)

Click here to go back to the commit logs for pipe-viewer.

Commit:


Hash: a119ef2ae6bbead6e39edf957423a550454a7b87

Message: 0.4.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 0141327..c6bcd92 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.0
+pkgver = 0.4.1
 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.0.tar.gz::https://github.com/trizen/pipe-viewer/archive/refs/tags/0.4.0.tar.gz
-b2sums = e9082eb2535e86392f0079931a538ea22abc8cd4a51f7331e309d251ea7d0533471396840ca4b7676dd8da09c94326f280129b81cb319079cb99b1d83cdd2db2
+source = pipe-viewer-0.4.1.tar.gz::https://github.com/trizen/pipe-viewer/archive/refs/tags/0.4.1.tar.gz
+b2sums = b7692ffaf3b43cb6258f3957d5c7a0250f564a8dd0ade59dccdff136a99cee9b1a0a986481d984599ad2cab6f7c0a416759458eab77da298949d6f153d24355d
 makedepends = libmodule-build-perl
 optdepends = ffmpeg: conversions and MKV merging
 optdepends = gnome-icon-theme: icons in menus
diff --git a/PKGBUILD b/PKGBUILD
index 18343a3..4adf2f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Trizen (AUR) <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>
 
 pkgname=pipe-viewer
-pkgver=0.4.0
+pkgver=0.4.1
 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=('e9082eb2535e86392f0079931a538ea22abc8cd4a51f7331e309d251ea7d0533471396840ca4b7676dd8da09c94326f280129b81cb319079cb99b1d83cdd2db2')
+b2sums=('b7692ffaf3b43cb6258f3957d5c7a0250f564a8dd0ade59dccdff136a99cee9b1a0a986481d984599ad2cab6f7c0a416759458eab77da298949d6f153d24355d')
 
 build() {
     cd "$pkgname-$pkgver"