[arch-commits] Commit in mit-scheme/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alad Wenter alad at archlinux.org
Wed Jan 23 15:10:18 UTC 2019


    Date: Wednesday, January 23, 2019 @ 15:10:17
  Author: alad
Revision: 427252

archrelease: copy trunk to community-x86_64

Added:
  mit-scheme/repos/community-x86_64/PKGBUILD
    (from rev 427251, mit-scheme/trunk/PKGBUILD)
Deleted:
  mit-scheme/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-23 15:09:48 UTC (rev 427251)
+++ PKGBUILD	2019-01-23 15:10:17 UTC (rev 427252)
@@ -1,31 +0,0 @@
-# Maintainer: Alad Wenter <alad at mailbox.org>
-# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: peter feigl <peter.feigl at gmail.com>
-
-pkgname=mit-scheme
-pkgver=10.1.3
-pkgrel=1
-pkgdesc='MIT/GNU Scheme'
-url='http://www.gnu.org/software/mit-scheme/'
-arch=('x86_64')
-license=('GPL')
-depends=('ncurses' 'zlib')
-optdepends=('openssl: support for openssl')
-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>
-sha256sums=('1371effeccb8f9b5432b04d43ceedb4feb125cfaec0a1992de6af0320063a70e'
-            'SKIP')
-
-build() {
-    cd "$pkgname-$pkgver"/src
-    ./configure --prefix=/usr \
-        --with-x \
-        --enable-native-code
-    make
-}
-
-package() {
-    cd "$pkgname-$pkgver"/src
-    make DESTDIR="$pkgdir" install
-}

Copied: mit-scheme/repos/community-x86_64/PKGBUILD (from rev 427251, mit-scheme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-23 15:10:17 UTC (rev 427252)
@@ -0,0 +1,31 @@
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: peter feigl <peter.feigl at gmail.com>
+
+pkgname=mit-scheme
+pkgver=10.1.4
+pkgrel=1
+pkgdesc='MIT/GNU Scheme'
+url='http://www.gnu.org/software/mit-scheme/'
+arch=('x86_64')
+license=('GPL')
+depends=('ncurses' 'zlib')
+optdepends=('openssl: support for openssl')
+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>
+sha256sums=('58632c6950e87e77f25c7d6c32604dcdffd91fa327545414ac6907d154d87585'
+            'SKIP')
+
+build() {
+    cd "$pkgname-$pkgver"/src
+    ./configure --prefix=/usr \
+        --with-x \
+        --enable-native-code
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"/src
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list