summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Parag2020-03-27 23:50:37 +0100
committerFilip Parag2020-03-27 23:50:37 +0100
commit7975b3f48af9327dfce438a538af5825574ff607 (patch)
tree0e259d13ffe7a5aef559df8b5df50d036f46f3fe
parent7e9d069e38fd2e438a19055ee079dd7b5f9bee03 (diff)
downloadaur-7975b3f48af9327dfce438a538af5825574ff607.tar.gz
install readme.txt
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86116df1f15e..3511d79277b9 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.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/filiparag/wmrc
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 8377a192a17a..6536ffa53b8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wmrc
pkgver=1.0
-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'
@@ -17,5 +17,6 @@ package() {
install -Dm 775 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
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}/"
cp -r --preserve=mode "modules" "${pkgdir}/usr/share/${pkgname}/"
} \ No newline at end of file