summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e058ddb9fe0f..ae2b3f236963 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = squeak-image
pkgdesc = Image file for squeak VM
- pkgver = 4.6
- pkgrel = 3
+ pkgver = 5.0
+ pkgrel = 1
url = http://www.squeak.org
arch = any
license = custom:MIT
license = custom:XEROX
license = APACHE
depends = squeak-vm
- source = http://ftp.squeak.org/current_development/Squeak4.6-14191.zip
- md5sums = 67074af2126af4b54b9edbf74250cc12
+ source = http://ftp.squeak.org/5.0/Squeak5.0-15113.zip
+ md5sums = b89d56eebd65e9955cd78fa9de3e67cd
pkgname = squeak-image
diff --git a/PKGBUILD b/PKGBUILD
index ff195be65401..f31fda2b1741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
## Maintainer: zoe <chp321@gmail.com>
pkgname=squeak-image
-pkgver=4.6
-bid=14191
-pkgrel=3
+pkgver=5.0
+bid=15113
+pkgrel=1
arch=('any')
pkgdesc="Image file for squeak VM"
url="http://www.squeak.org"
license=('custom:MIT' 'custom:XEROX' 'APACHE')
depends=('squeak-vm')
-source=(http://ftp.squeak.org/current_development/Squeak$pkgver-$bid.zip)
-md5sums=('67074af2126af4b54b9edbf74250cc12')
+source=(http://ftp.squeak.org/$pkgver/Squeak$pkgver-$bid.zip)
+md5sums=('b89d56eebd65e9955cd78fa9de3e67cd')
package() {
mkdir -p $pkgdir/usr/lib/squeak