makedeb


ueberzugpp 2.9.6-0


Command line util which allows to display images in combination with X11 written in C++

Click here to go back to the commit logs for ueberzugpp.

Commit:


Hash: 76b1745bf44ce0bb0f1d875163465502d8a528e6

Message: oups

Diff


diff --git a/.SRCINFO b/.SRCINFO
index b36091f..54a64fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
 pkgname = ueberzugpp
 pkgbase = ueberzugpp
 pkgdesc = Command line util which allows to display images in combination with X11 written in C++
-pkgrel = 0
+pkgrel = 1
 pkgver = 2.8.6
 url = https://github.com/jstkdng/ueberzugpp
 arch = amd64
diff --git a/PKGBUILD b/PKGBUILD
index 679443e..4307ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
 pkgname=ueberzugpp
 pkgver=2.8.6
-pkgrel=0
+pkgrel=1
 pkgdesc="Command line util which allows to display images in combination with X11 written in C++"
 arch=("amd64")
 url="https://github.com/jstkdng/ueberzugpp"
@@ -28,8 +28,8 @@ build() {
 package() {
   DESTDIR="$pkgdir" cmake --install build
   ln -s "/usr/bin/ueberzug" "$pkgdir/usr/bin/ueberzugpp"
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/doc/$_pkgname/license"
-  install -Dm644 "README.md" "$pkgdir/usr/share/doc/$_pkgname/readme"
+  install -Dm644 "$pkgname/LICENSE" "$pkgdir/usr/share/doc/$_pkgname/license"
+  install -Dm644 "$pkgname/README.md" "$pkgdir/usr/share/doc/$_pkgname/readme"
 }
 
 # vim:set ts=2 sw=2 et: