summaryrefslogtreecommitdiff
path: root/core/texinfo
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-16 09:33:55 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-16 09:33:55 +0100
commitac7ae9021d3c01f462af68beacb77bd8c7b7e003 (patch)
tree6e8b2404ab0e479a51e6803879ba259ec9785a3b /core/texinfo
parent056dabfc0e406e939dfb9ce70e2c2e6de95c3ba1 (diff)
parentea60830c19f04f36803e26821bd9db1361489653 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/chmsee/PKGBUILD community/me-tv/PKGBUILD core/systemd/PKGBUILD libre/linux-libre/PKGBUILD pcr/opentracker/opentracker.rc.d
Diffstat (limited to 'core/texinfo')
-rw-r--r--core/texinfo/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/texinfo/PKGBUILD b/core/texinfo/PKGBUILD
index 216c914df..244086cc7 100644
--- a/core/texinfo/PKGBUILD
+++ b/core/texinfo/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 178319 2013-02-20 06:23:03Z allan $
+# $Id: PKGBUILD 180067 2013-03-15 22:55:32Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=texinfo
-pkgver=5.0
+pkgver=5.1
pkgrel=1
pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
arch=('i686' 'x86_64' 'mips64el')
@@ -13,8 +13,8 @@ groups=('base' 'base-devel')
depends=('ncurses' 'findutils' 'gzip' 'perl' 'sh')
install=texinfo.install
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('ef2fad34c71ddc95b20c7d6a08c0d7a6'
- 'a1e46e27d14467b05abe652bfc30684e')
+md5sums=('52ee905a3b705020d2a1b6ec36d53ca6'
+ '65c8c95799ea5905e03cee5825d3553f')
build() {
cd ${srcdir}/${pkgname}-${pkgver}