summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2016-11-22 07:50:53 +0330
committerMohammadreza Abdollahzadeh2016-11-22 07:50:53 +0330
commitcd64e392fc395672c57bdf6a581b433691877691 (patch)
tree892211c271c1c603aee321636221860a658eb588
parentcb20c7d84344c34eae7b6047697192089788649c (diff)
downloadaur-cd64e392fc395672c57bdf6a581b433691877691.tar.gz
add man page
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be218226537e..e2ab8ad69c0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Oct 14 13:53:12 UTC 2016
+# Tue Nov 22 04:20:43 UTC 2016
pkgbase = persepolis
pkgdesc = A graphical front-end for aria2 download manager with lots of features.
pkgver = 2.2.2_unstable
- pkgrel = 1
+ pkgrel = 2
url = https://persepolisdm.github.io/
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 35496b77ca75..4783539d0963 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='persepolis'
pkgver=2.2.2_unstable
-pkgrel=1
+pkgrel=2
pkgdesc="A graphical front-end for aria2 download manager with lots of features."
arch=('any')
url="https://persepolisdm.github.io/"
@@ -17,9 +17,11 @@ md5sums=('048ce74b8f8e4d0ef00ebe909f9f55cc')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
install -d ${pkgdir}/usr/{bin,share/{persepolis,pixmaps,applications,licenses/persepolis}}
+ install -d ${pkgdir}/usr/share/man/man1
cp -a ./files/* ${pkgdir}/usr/share/persepolis
install -Dm755 ./persepolis ${pkgdir}/usr/bin/persepolis
install -Dm644 ./Persepolis\ Download\ Manager.desktop ${pkgdir}/usr/share/applications/persepolis.desktop
+ install -Dm644 ./persepolis.1.gz ${pkgdir}/usr/share/man/man1/persepolis.1.gz
cp ./files/icon.svg ${pkgdir}/usr/share/pixmaps/persepolis.svg
cp ./LICENSE ${pkgdir}/usr/share/licenses/persepolis/
}