makedeb
A user-friendly, customizable image viewer specifically designed to handle comic books
Click here to go back to the commit logs for mcomix.
Hash: 6a27ff4c1c05d39e2f90ac79d7b713f46f67c50c
Message: minor
diff --git a/.SRCINFO b/.SRCINFO
index b8a64fe..e91e0c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
pkgname = mcomix
pkgbase = mcomix
pkgdesc = A user-friendly, customizable image viewer specifically designed to handle comic books
-pkgrel = 0
+pkgrel = 1
pkgver = 2.0.2
url = https://sourceforge.net/p/mcomix/wiki/Home/
arch = all
diff --git a/PKGBUILD b/PKGBUILD
index 2d3c264..9c8128a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Ray Powell (AUR) <ray_al@xphoniexx.net>
pkgname=mcomix
pkgver=2.0.2
-pkgrel=0
+pkgrel=1
pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books"
arch=('all')
url="https://sourceforge.net/p/mcomix/wiki/Home/"
@@ -29,7 +29,6 @@ package() {
cd "${pkgname}-${pkgver}"
python3 -m setup install --root "$pkgdir" --optimize=1 --skip-build --install-layout deb
- install -m644 -d "usr/share/doc/$pkgname"
install -Dm644 "COPYING" "$pkgdir/usr/share/doc/$pkgname/license"
install -Dm644 "README" "$pkgdir/usr/share/doc/$pkgname/readme"
install -Dm644 "ChangeLog" "$pkgdir/usr/share/doc/$pkgname/changelog"