summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Plakhotniuk2015-12-08 18:14:42 -0600
committerOleg Plakhotniuk2015-12-08 18:14:42 -0600
commitee4617b32e4c65dccea719141507a653ba78f76d (patch)
treec2558bc235de9f81a47824f6f128030c34dbcb98
parentc01b9b282557be321f3a438fe3c0a72972602a13 (diff)
downloadaur-ee4617b32e4c65dccea719141507a653ba78f76d.tar.gz
Upstream update.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71e1365585b2..ab14ff9a5362 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 4.2.1
-# Thu Apr 9 00:41:58 UTC 2015
pkgbase = toothris
pkgdesc = Smooth Tetris clone with a few surprises.
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = http://www.toothris.org
arch = any
@@ -12,8 +10,8 @@ pkgbase = toothris
depends = python2-pygame
depends = python2-opengl
depends = stackless-python2
- depends = python-rabbyt
- source = git+https://github.com/toothris/toothris#tag=1.0.0
+ depends = python2-rabbyt
+ source = git+https://github.com/toothris/toothris#tag=1.0.1
source = toothris-run
md5sums = SKIP
md5sums = 6e159bf700c3a4d48d4bbc6ca8a16fa7
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")