summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-09-19 08:20:10 +0200
committerhaawda2017-09-19 08:20:10 +0200
commitfc72909c6cd77288f58fb589478a99edd955b525 (patch)
tree7669d88d70a3ce34b2c5e714b0d93274a91f502c /PKGBUILD
parent3307fcf17a22c1bd1aba3f8e3ffe5c548e00e465 (diff)
downloadaur-fc72909c6cd77288f58fb589478a99edd955b525.tar.gz
remove prepare function, upstream fixed it
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a86a455d7df2..c09f678d2c9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
-pkgname='gauche-git'
-pkgver=0.9.6_pre3r10065
+pkgname=gauche-git
+pkgver=0.9.6_pre3r10072
pkgrel=1
pkgdesc="R7RS Scheme implementation developed to be a handy script interpreter"
arch=('i686' 'x86_64')
@@ -24,10 +24,6 @@ pkgver() {
_appver=$(awk -F, '/AC_INIT/ {print $2}' configure.ac|tr -d [])
printf %sr%s $(echo $_appver) $(git rev-list --count HEAD)
}
-
-prepare() {
- sed -i '4127s+R7Rs hash tables+R7RS hash tables+g' "$_gitname"/doc/modsrfi.texi
-}
build() {
cd "$_gitname"