[arch-commits] Commit in mit-scheme/trunk (PKGBUILD)

Alad Wenter alad at archlinux.org
Sun Jan 6 20:15:16 UTC 2019


    Date: Sunday, January 6, 2019 @ 20:15:15
  Author: alad
Revision: 420749

upgpkg: mit-scheme 10.1.3-1

Modified:
  mit-scheme/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-06 20:07:32 UTC (rev 420748)
+++ PKGBUILD	2019-01-06 20:15:15 UTC (rev 420749)
@@ -3,20 +3,19 @@
 # Contributor: peter feigl <peter.feigl at gmail.com>
 
 pkgname=mit-scheme
-pkgver=9.2
-pkgrel=4
+pkgver=10.1.3
+pkgrel=1
 pkgdesc='MIT/GNU Scheme'
 url='http://www.gnu.org/software/mit-scheme/'
 arch=('x86_64')
 license=('GPL')
-depends=('glibc' 'ncurses' 'zlib')
+depends=('ncurses' 'zlib')
 optdepends=('openssl: support for openssl')
-source_x86_64=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz"
-               "https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig")
+source=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz"
+        "https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig")
 validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01') # Chris Hanson <cph at chris-hanson.org>
-# https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/md5sums.txt
-md5sums_x86_64=('9fcc6c156e53efeb0560996551fa0a57'
-                'SKIP')
+sha256sums=('1371effeccb8f9b5432b04d43ceedb4feb125cfaec0a1992de6af0320063a70e'
+            'SKIP')
 
 build() {
     cd "$pkgname-$pkgver"/src



More information about the arch-commits mailing list