summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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")