summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-09-25 21:43:43 +0200
committerhaawda2019-09-25 21:43:43 +0200
commit1f4ad0684c7deddd0b7031f172611efdb7e5056b (patch)
tree156d7f986b13eb3f72bdb3a2b92e9ed44a55d4a8
parent244d03b05ca6d7dce03c86653b8f5bcf00594c61 (diff)
downloadaur-1f4ad0684c7deddd0b7031f172611efdb7e5056b.tar.gz
fetch windows-mutex.c from gnulib
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f01eb1451cdc..847579373f21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texinfo-git
pkgdesc = GNU documentation system for on-line information and printed output
- pkgver = 6.6.r207.gad0a09c23a
+ pkgver = 6.7.r2.gf24d61f311
pkgrel = 1
url = http://www.gnu.org/software/texinfo/
arch = i686
@@ -17,9 +17,11 @@ pkgbase = texinfo-git
conflicts = texinfo-js
options = libtool
source = texinfo-git::git://git.savannah.gnu.org/texinfo.git
+ source = git://git.sv.gnu.org/gnulib
source = texinfo-install.hook::https://git.archlinux.org/svntogit/packages.git/plain/trunk/texinfo-install.hook?h=packages/texinfo
source = texinfo-remove.hook::https://git.archlinux.org/svntogit/packages.git/plain/trunk/texinfo-remove.hook?h=packages/texinfo
sha256sums = SKIP
+ sha256sums = SKIP
sha256sums = 66ab7eab5ecdd7757081a743f94e6f4d2e783b61db5024344450748bf1bf8eb9
sha256sums = 7300f03ac56e32564fb508b0dd07839d2428a422dcf13fd3246863f7ccb1965e
diff --git a/PKGBUILD b/PKGBUILD
index a43a7947794f..2d9f67f0d44a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=texinfo-git
-pkgver=6.6.r207.gad0a09c23a
+pkgver=6.7.r2.gf24d61f311
pkgrel=1
pkgdesc="GNU documentation system for on-line information and printed output"
arch=('i686' 'x86_64')
@@ -12,10 +12,11 @@ depends=('coreutils')
makedepends=('git' 'help2man')
provides=('texinfo' 'texinfo-js')
conflicts=('texinfo' 'texinfo-js')
-source=("$pkgname::git://git.savannah.gnu.org/texinfo.git"
+source=("$pkgname::git://git.savannah.gnu.org/texinfo.git" "git://git.sv.gnu.org/gnulib"
texinfo-install.hook::https://git.archlinux.org/svntogit/packages.git/plain/trunk/texinfo-install.hook?h=packages/texinfo
texinfo-remove.hook::https://git.archlinux.org/svntogit/packages.git/plain/trunk/texinfo-remove.hook?h=packages/texinfo)
sha256sums=('SKIP'
+ 'SKIP'
'66ab7eab5ecdd7757081a743f94e6f4d2e783b61db5024344450748bf1bf8eb9'
'7300f03ac56e32564fb508b0dd07839d2428a422dcf13fd3246863f7ccb1965e')
options=('libtool')
@@ -25,8 +26,15 @@ pkgver() {
git describe --tags | cut -c9- | sed 's+-+.r+'|tr - .
}
+prepare() {
+ cd $pkgname
+ git submodule init
+ git config submodule.gnulib.url gnulib
+ git submodule update
+ cp "$srcdir"/gnulib/lib/windows-mutex.c gnulib/lib
+}
+
build() {
- export LANG=C
cd $pkgname
./autogen.sh
./configure --prefix=/usr --libexecdir=/usr/lib