summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter2020-02-19 18:19:45 +0100
committerPeter2020-02-19 18:19:45 +0100
commitab9a92fd93201d85293229d7e78784d40675cf89 (patch)
treeb1dfc1daf9cf9fade60c5f1bc336f3ec9ed2cba5 /PKGBUILD
parent4b20404925ff9afc982b5ccd6a2059fb0f7bc5f6 (diff)
downloadaur-chez-scheme-git.tar.gz
xproto -> xorgproto. Thanks to jonathon!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 919f0fbd8fcb..86c093905388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Peter <craven@gmx.net>
-# Contributor: Jonathon Fernyhough <>
+# Contributor: Jonathon Fernyhough <jonathon"manjaro+org>
pkgname=chez-scheme-git
_pkgname=ChezScheme
pkgver=9.5.r65.gd8c2704
-pkgrel=3
+pkgrel=4
pkgdesc="Chez Scheme is an implementation of the Revised6 Report on Scheme (R6RS) with numerous language and programming environment extensions. (threaded build)"
arch=(i686 x86_64)
url="https://github.com/cisco/ChezScheme"
license=('Apache')
depends=('ncurses')
-makedepends=('git' 'libx11' 'xproto')
+makedepends=('git' 'libx11' 'xorgproto')
provides=(chez-scheme)
conflicts=(petite-chez-scheme)
replaces=(petite-chez-scheme)