summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Rødseth2015-02-25 21:45:27 +0000
committerAlexander Rødseth2015-02-25 21:45:27 +0000
commitb2061c70f3f630df4ae77f3ddc82a271b4b85ff6 (patch)
treee7aa0403e324833fde90d3ca1d9b82fd9a9ac8ec /PKGBUILD
parentbf6f9ad2d7d6a16fe3af4a5778a738e02268d03d (diff)
downloadaur-b2061c70f3f630df4ae77f3ddc82a271b4b85ff6.tar.gz
upgpkg: 4.7.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7214de8ad7dc..931c91675c65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: Christian Babeux <christian.babeux@0x80.ca>
pkgname=gambit-c
-pkgver=4.7.3
+pkgver=4.7.4
pkgrel=1
pkgdesc='Scheme R5RS interpreter and compiler (via C)'
arch=('x86_64' 'i686')
-url='http://dynamo.iro.umontreal.ca/wiki/index.php/Main_Page'
+url='http://gambitscheme.org/'
license=('LGPL2.1' 'Apache')
depends=('bash')
install="$pkgname.install"
options=('staticlibs')
source=("http://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/it-}-v${pkgver//./_}.tgz")
-sha256sums=('59c4c62f2cfaf698b54a862e7af9c1b3e4cc27e46d386f31c66e00fed4701777')
+sha256sums=('1ad2756215bb0c059f68aaad1a314f334fd6cdd15a0db37bcdbe9849209d5778')
build() {
cd "${pkgname/it-}-v${pkgver//./_}"