summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Davis2018-07-17 22:01:36 +0100
committerJoe Davis2018-07-17 22:01:36 +0100
commitb63eaff01839b871dbd22e036cc1a5ef7a0986c0 (patch)
tree007a41c81fb4665187281a9ff346140e2e0c8bdb
parent970316572cf6adbcca90fde821874f2b1f1f50c0 (diff)
downloadaur-b63eaff01839b871dbd22e036cc1a5ef7a0986c0.tar.gz
Manpage now installs correctly
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0aaf8ee6fa8..3dfe263b2661 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = faur
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
arch = any
license = custom:ISC
depends = git
diff --git a/PKGBUILD b/PKGBUILD
index 997cd4c7217c..e807358ea7a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joe Davis <me@jo.ie>
pkgname='faur'
pkgver='0.1'
-pkgrel='1'
+pkgrel='2'
arch=('any')
license=('custom:ISC')
depends=('git')
@@ -12,4 +12,5 @@ md5sums=('a01b73f1e9abd471e53b11440f94f492'
package() {
install -D -m 755 "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+ install -D -m 444 "$srcdir/$pkgname.1" "$pkgdir/usr/share/man/man1/$pkgname.1"
}