summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmiad2016-04-07 16:59:47 +0300
committerAmiad2016-04-07 16:59:47 +0300
commite2506b5caa2aef1ee3cb54eeae95668eb47cc7e4 (patch)
treee889ff39228a433665b50b5bd2365cb9fdc052a9
parent63cc5c3688af666a073b3f3a4e81194bd1da7f99 (diff)
downloadaur-e2506b5caa2aef1ee3cb54eeae95668eb47cc7e4.tar.gz
v445
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b48bbcbd5f6e..d15072ef6678 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scratch2
pkgdesc = With Scratch, you can program your own interactive stories, games, and animations
- pkgver = 2.0.444.3
+ pkgver = 2.0.445
pkgrel = 1
url = https://scratch.mit.edu
arch = any
@@ -11,11 +11,11 @@ pkgbase = scratch2
depends = libxtst
depends = lib32-libxt
depends = lib32-libxtst
- noextract = Scratch-444.3.air
- source = https://scratch.mit.edu/scratchr2/static/sa/Scratch-444.3.air
+ noextract = Scratch-445.air
+ source = https://scratch.mit.edu/scratchr2/static/sa/Scratch-445.air
source = scratch2.desktop
source = scratch2.png
- sha1sums = 8b0eb1dfbdaa5a309008203990036ba2fe6358e2
+ sha1sums = 12b887f9617b34567b04c1b38963b6eef4d25d28
sha1sums = 1f38f3a41cd256f3d34fc2dbefcc290681160109
sha1sums = bfca77daa1a9079f2197d98509ca4a33b3246df1
diff --git a/.gitignore b/.gitignore
index f2fb774291bd..92dc1bc84669 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Scratch-*.air
scratch2-*.pkg.tar.xz
pkg
pkg/*
+update-scratch.sh
diff --git a/PKGBUILD b/PKGBUILD
index 0fc1afc2859b..9b66528d98f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amiad Bareli <amiad@hatul.info>
pkgname=scratch2
-_ver=444.3
+_ver=445
pkgver="2.0.$_ver"
pkgrel=1
pkgdesc="With Scratch, you can program your own interactive stories, games, and animations"
@@ -12,7 +12,7 @@ depends=('adobe-air' 'libxt' 'libxtst')
depends_x86_64+=('lib32-libxt' 'lib32-libxtst')
makedepends=('unzip')
source=("https://scratch.mit.edu/scratchr2/static/sa/Scratch-$_ver.air" "$pkgname.desktop" "$pkgname.png")
-sha1sums=('8b0eb1dfbdaa5a309008203990036ba2fe6358e2'
+sha1sums=('12b887f9617b34567b04c1b38963b6eef4d25d28'
'1f38f3a41cd256f3d34fc2dbefcc290681160109'
'bfca77daa1a9079f2197d98509ca4a33b3246df1')
noextract=("Scratch-$_ver.air")