summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTaekyung Kim2020-02-12 15:15:40 +0900
committerTaekyung Kim2020-02-12 15:15:40 +0900
commitf19b49aca5eb0f60bb3527b4d0ce6792b963079e (patch)
treec1b1eccd161ab0a1c2284da9a2eb6d7fca345be9 /PKGBUILD
parentd5d99c36f01eba57d7def48f6e58702c0981f0d2 (diff)
downloadaur-f19b49aca5eb0f60bb3527b4d0ce6792b963079e.tar.gz
Remove base-devel dependencies and x(org)proto (already in libx11).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15007fc12800..19bba36f308d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=chez-scheme
pkgver=9.5.2
-pkgrel=2
+pkgrel=3
pkgdesc="Chez Scheme is a compiler and run-time system for the language of the Revised^6 Report on Scheme (R6RS), with numerous extensions."
arch=(i686 x86_64)
url="https://github.com/cisco/ChezScheme"
depends=()
license=('APL')
-makedepends=('binutils' 'make' 'ncurses' 'libx11' 'xproto')
+depends=('ncurses' 'libx11' 'libutil-linux')
conflicts=('petite-chez-scheme' 'chez-scheme-git')
replaces=('petite-chez-scheme' 'chez-scheme-git')
source=("https://github.com/cisco/ChezScheme/releases/download/v$pkgver/csv$pkgver.tar.gz")