summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmiad2015-09-24 11:11:42 +0300
committerAmiad2015-09-24 11:11:42 +0300
commit9e7c9a3818ac0fc64cfa3e4d2a6b2fd14b48595f (patch)
tree935bfb9f028da80114a9016d4c752e088bf8016b
parentd16bf90a5d118463e5856ed4680136ec881d2658 (diff)
downloadaur-9e7c9a3818ac0fc64cfa3e4d2a6b2fd14b48595f.tar.gz
v439.3-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 807c9d3235e7..94817f3799ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
# Generated by mksrcinfo v7
-# Sun Sep 6 06:22:23 UTC 2015
+# Thu Sep 24 08:05:56 UTC 2015
pkgbase = scratch2
pkgdesc = With Scratch, you can program your own interactive stories, games, and animations
pkgver = 2.0.439.3
- pkgrel = 1
+ pkgrel = 2
url = https://scratch.mit.edu
arch = any
license = GPL
makedepends = unzip
depends = adobe-air
+ depends = libxt
+ depends = libxtst
noextract = Scratch-439.3.air
source = https://scratch.mit.edu/scratchr2/static/sa/Scratch-439.3.air
source = scratch2.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 18e9398c06e2..f323d61e5067 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=scratch2
_ver=439.3
pkgver="2.0.$_ver"
-pkgrel=1
+pkgrel=2
pkgdesc="With Scratch, you can program your own interactive stories, games, and animations"
arch=('any')
url="https://scratch.mit.edu"
license=('GPL')
-depends=('adobe-air')
+depends=('adobe-air' 'libxt' 'libxtst')
+[[ $CARCH == 'x86_64' ]] && depends+=('lib32-libxt' 'lib32-libxtst')
makedepends=('unzip')
source=("https://scratch.mit.edu/scratchr2/static/sa/Scratch-$_ver.air" "$pkgname.desktop" "$pkgname.png")
sha1sums=('d419068df9999fbfbf5ef6f052b06510f7d9b083'