Date: Thursday, October 8, 2015 @ 08:37:29
  Author: remy
Revision: 248491

upgpkg: asymptote 2.35-1

Update to 2.35

Modified:
  asymptote/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-10-08 02:11:41 UTC (rev 248490)
+++ PKGBUILD    2015-10-08 06:37:29 UTC (rev 248491)
@@ -4,8 +4,8 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=asymptote
-pkgver=2.32
-pkgrel=2
+pkgver=2.35
+pkgrel=1
 pkgdesc="A vector graphics language (like metapost)"
 arch=('i686' 'x86_64')
 url="http://asymptote.sourceforge.net/";
@@ -18,18 +18,10 @@
 optdepends=('python2:           for the xasy GUI'
             'python2-pillow:    for the xasy GUI'
             'tix:               for the xasy GUI')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz";
-        "fix-ghostscript-9.15.diff")
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz";)
 install=texlive.install
-sha1sums=('18a4c22a89014ce18caf958a152b971ea39a77f0'
-          '7060daca4180659a9a13844110f15b89c3c24bf6')
+sha1sums=('32c85307042a337b2e426f6f2c6a489b21a4fbfb')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np0 -i "${srcdir}/fix-ghostscript-9.15.diff"
-}
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 

Reply via email to