summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2017-04-01 02:06:07 +0800
committerwangjiezhe2017-04-01 02:06:07 +0800
commitc62147f3c14704d7b675d3d4ab8e57328386378d (patch)
tree2f167ff2d1cd4c6723eb4a8b03bcfed9d84c1432 /PKGBUILD
parentf91bcf8ff029873e633ba2654f18f59389becfbe (diff)
downloadaur-c62147f3c14704d7b675d3d4ab8e57328386378d.tar.gz
Remove unused patch for R plugin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ff77ccb1526..46ead655567a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,12 +19,10 @@ optdepends=('transfig: convert images using fig2ps'
'aspell: spell checking')
makedepends=('ghostscript')
source=("${_pkgname}::svn://svn.savannah.gnu.org/texmacs/trunk/src"
- "0001-R-plugin-fix-preprocessor.patch"
- "0002-Sage-plugin-fix-which-not-found.patch"
+ "0001-Sage-plugin-fix-which-not-found.patch"
)
sha1sums=('SKIP'
- '57cef50905776f39c26fd7fd9c9ad45cf630233c'
- 'c755cb0c3f002129ed64df21c0dffbae49a317f0')
+ '2c3bf8ba3c879ba20fc0afb8228a431ef4b21430')
options=('!emptydirs' '!ccache')
provides=('texmacs')
conflicts=('texmacs')
@@ -40,8 +38,7 @@ prepare() {
cd "${srcdir}/${_pkgname}-build"
- patch -Np1 -i ../0001-R-plugin-fix-preprocessor.patch
- patch -Np1 -i ../0002-Sage-plugin-fix-which-not-found.patch
+ patch -Np1 -i ../0001-Sage-plugin-fix-which-not-found.patch
autoreconf