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: 2dade02504851cb4782a34be3d00d9c524f2341f

Message: minor

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8d4b43d..e0c3296 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
 pkgname = pipe-viewer-git
 pkgbase = pipe-viewer-git
 pkgdesc = A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)
-pkgrel = 0
+pkgrel = 1
 pkgver = 0.2.3.r0.g64f14fc
 url = https://github.com/trizen/pipe-viewer
 arch = all
diff --git a/PKGBUILD b/PKGBUILD
index 53fbcf5..f6d1535 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 _pkgname=pipe-viewer
 pkgname=pipe-viewer-git
 pkgver=0.2.3.r0.g64f14fc
-pkgrel=0
+pkgrel=1
 pkgdesc="A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)"
 arch=('all')
 url="https://github.com/trizen/${_pkgname}"
@@ -58,7 +58,6 @@ package() {
     install -Dm644 "$pkgdir"/usr/share/perl5/auto/share/dist/WWW-PipeViewer/icons/gtk-pipe-viewer.png \
         "$pkgdir"/usr/share/pixmaps/gtk-pipe-viewer.png
 
-    install -m644 -d "usr/share/doc/$_pkgname"
     install -Dm644 "LICENSE" "$pkgdir/usr/share/doc/$_pkgname/license"
     install -Dm644 "README.md" "$pkgdir/usr/share/doc/$_pkgname/readme"
     install -Dm644 "Changes" "$pkgdir/usr/share/doc/$_pkgname/changelog"