summaryrefslogtreecommitdiff
path: root/community/scratch/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/scratch/PKGBUILD')
-rw-r--r--community/scratch/PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/community/scratch/PKGBUILD b/community/scratch/PKGBUILD
index 4ea7e23ad..f2dcce3ac 100644
--- a/community/scratch/PKGBUILD
+++ b/community/scratch/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 105503 2014-02-09 11:46:59Z jsteel $
+# $Id: PKGBUILD 110539 2014-05-02 20:59:25Z jsteel $
# Maintainer: Jonathan Steel <jsteel@aur.archlinux.org>
# Contributor: Muhammed Uluyol <muhammedu@gmail.com>
pkgname=scratch
pkgver=1.4.0.7
-pkgrel=3
+pkgrel=4
pkgdesc="Create and share your own interactive stories, games, music and art"
arch=('i686' 'x86_64')
url="http://scratch.mit.edu"
@@ -15,12 +15,6 @@ depends=('squeak-vm' 'shared-mime-info' 'desktop-file-utils' 'pango'
source=(http://download.scratch.mit.edu/$pkgname-$pkgver.src.tar.gz)
md5sums=('f948e9e6de3ec9c7c7b4cc2a1975eb5a')
-prepare() {
- cd "$srcdir"/$pkgname-$pkgver.src
-
- sed -i 's/-vm-sound-pulse/-vm-sound-ALSA/' src/$pkgname
-}
-
build() {
cd "$srcdir"/$pkgname-$pkgver.src