summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOleg Plakhotniuk2015-12-08 18:14:42 -0600
committerOleg Plakhotniuk2015-12-08 18:14:42 -0600
commitee4617b32e4c65dccea719141507a653ba78f76d (patch)
treec2558bc235de9f81a47824f6f128030c34dbcb98 /PKGBUILD
parentc01b9b282557be321f3a438fe3c0a72972602a13 (diff)
downloadaur-toothris.tar.gz
Upstream update.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43c5fb17925a..a12a816c2bcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Oleg Plakhotniuk <olegus8@gmail.com>
pkgname=toothris
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Smooth Tetris clone with a few surprises."
arch=('any')
url="http://www.toothris.org"
license=('GPL3')
-depends=('python2-pygame' 'python2-opengl' 'stackless-python2' 'python-rabbyt')
+depends=('python2-pygame' 'python2-opengl' 'stackless-python2' \
+ 'python2-rabbyt')
makedepends=('git' 'python2-pygame')
source=("git+https://github.com/toothris/toothris#tag=${pkgver}"
"toothris-run")