summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmo Toijala2015-07-02 09:42:22 +0200
committerIsmo Toijala2015-07-02 09:42:22 +0200
commit0072d05711bb70f139660be0d631a3c5b13a7eaf (patch)
treeac97652f5f0a1f1883066b8947d3dfeff7dfe0a6
parenta145b42a7cf4e0454c46c7258d91f778ee4402d0 (diff)
downloadaur-0072d05711bb70f139660be0d631a3c5b13a7eaf.tar.gz
remake man pages to include settings from patches
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d6bc2d9951e..c3089a633150 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 4.2.1
-# Fri Jun 26 08:44:20 UTC 2015
+# Thu Jul 2 07:41:24 UTC 2015
pkgbase = rxvt-unicode-fontspacing-noinc-vteclear-secondarywheel
pkgdesc = Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font spacing, no increment resizing, clear patched to behave like VTEs (keep all lines) and secondaryWheel.
pkgver = 9.21
- pkgrel = 1
+ pkgrel = 2
url = http://software.schmorp.de/pkg/rxvt-unicode.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8bc3c44133d9..0c935a34c3b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgbase='rxvt-unicode'
pkgname='rxvt-unicode-fontspacing-noinc-vteclear-secondarywheel'
pkgver=9.21
-pkgrel=1
+pkgrel=2
pkgdesc='Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font spacing, no increment resizing, clear patched to behave like VTEs (keep all lines) and secondaryWheel.'
arch=('i686' 'x86_64')
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
@@ -70,6 +70,11 @@ build() {
--enable-xterm-scroll \
--disable-pixbuf \
--disable-frills
+
+ cd doc
+ make *.man.in
+ cd ..
+
make
}