makedeb


pipe-viewer-git 0.5.0.r1.f7da844-1


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

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

Commit:


Hash: c4be3169ede15c032ead020c9040a47b189302e5

Message: Version 0.1.4

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 4f1a3e9..49134d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = pipe-viewer-git
 	pkgdesc = A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)
-	pkgver = 0.1.3.r0.gf8ac138
+	pkgver = 0.1.4.r0.gc999250
 	pkgrel = 1
 	url = https://github.com/trizen/pipe-viewer
 	arch = any
@@ -25,6 +25,6 @@ pkgbase = pipe-viewer-git
 	optdepends = wget: download videos with wget
 	optdepends = youtube-dl: play videos with encrypted signatures
 	source = git+https://github.com/trizen/pipe-viewer.git
-	sha256sums = SKIP
+	sha512sums = SKIP
 
 pkgname = pipe-viewer-git
diff --git a/PKGBUILD b/PKGBUILD
index 591d9b8..6178cc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=pipe-viewer
 pkgname=pipe-viewer-git
-pkgver=0.1.3.r0.gf8ac138
+pkgver=0.1.4.r0.gc999250
 pkgrel=1
 pkgdesc="A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)"
 arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
 )
 
 source=("git+https://github.com/trizen/${_pkgname}.git")
-sha256sums=('SKIP')
+sha512sums=('SKIP')
 
 pkgver() {
   cd "$_pkgname"