summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Parag2020-04-12 16:29:54 +0200
committerFilip Parag2020-04-12 16:29:54 +0200
commit9a6c9c8e601e9b20b3c51ecc1de4f2feb6bca1a3 (patch)
treed1ae1b31fbb2bcf6cd5d84603e5669e41ff14af0
parenta66daefe1aa43a9d9389cc48fc6564dd011ac664 (diff)
downloadaur-9a6c9c8e601e9b20b3c51ecc1de4f2feb6bca1a3.tar.gz
manual
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11a818827057..4544d6157e3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wmrc
pkgdesc = WMRC is a shell utility for extending window manager capabilities using modules with dependency and error checking.
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/filiparag/wmrc
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3f23a327aaac..7cf9b77fa186 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wmrc
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc='WMRC is a shell utility for extending window manager capabilities using modules with dependency and error checking.'
arch=('any')
url='https://github.com/filiparag/wmrc'
@@ -18,5 +18,6 @@ package() {
install -d -m 775 "${pkgdir}/usr/share/${pkgname}"
install -Dm 664 "rc.conf" "${pkgdir}/usr/share/${pkgname}/"
install -Dm 664 "readme.txt" "${pkgdir}/usr/share/${pkgname}/"
+ install -Dm 664 "wmrc.man" "${pkgdir}/usr/share/man/man1/${pkgname}.${pkgver}"
cp -r --preserve=mode "modules" "${pkgdir}/usr/share/${pkgname}/"
} \ No newline at end of file