diff options
author | Sebastian Krzyszkowiak | 2016-01-23 21:59:10 +0100 |
---|---|---|
committer | Sebastian Krzyszkowiak | 2016-01-23 21:59:10 +0100 |
commit | cfb476a79ddfe5e4cb315832f7af2322d1477503 (patch) | |
tree | f0c21eabcf42cee4dd82c3b3c772bedd949f28ff | |
parent | f0548cf27a523a9ec8f1228c0cca8ded331de1af (diff) | |
download | aur-cfb476a79ddfe5e4cb315832f7af2322d1477503.tar.gz |
new release
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 5 deletions
@@ -1,6 +1,8 @@ +# Generated by mksrcinfo v8 +# Sat Jan 23 20:59:02 UTC 2016 pkgbase = ticklemonster pkgdesc = You're the TICKLE MONSTER! You tickle kids to ensure they are raised with proper amounts of fun! Game made for Ludum Dare 33 - pkgver = 0.1.2 + pkgver = 0.1.3 pkgrel = 1 url = http://dosowisko.net/ticklemonster/ arch = i686 @@ -8,8 +10,8 @@ pkgbase = ticklemonster license = GPL2+ makedepends = cmake depends = allegro - source = http://dosowisko.net/ticklemonster/TickleMonster-0.1.2-Linux.tar.gz - sha256sums = 190e598b271545d2a8d66890b8925f6fad727bcd7624258aac9c9cd3c2a7a691 + source = http://dosowisko.net/ticklemonster/TickleMonster-0.1.3-Linux.tar.gz + sha256sums = fd3a82c3e0f646048cf92e4ae90d76b73196b0b905553bd6c32963c9ab33a60b pkgname = ticklemonster @@ -1,6 +1,6 @@ # Maintainer: Sebastian Krzyszkowiak <dos@dosowisko.net> pkgname=ticklemonster -pkgver=0.1.2 +pkgver=0.1.3 pkgrel=1 pkgdesc="You're the TICKLE MONSTER! You tickle kids to ensure they are raised with proper amounts of fun! Game made for Ludum Dare 33" arch=('i686' 'x86_64') @@ -9,7 +9,7 @@ license=('GPL2+') depends=('allegro') makedepends=('cmake') source=(http://dosowisko.net/ticklemonster/TickleMonster-$pkgver-Linux.tar.gz) -sha256sums=('190e598b271545d2a8d66890b8925f6fad727bcd7624258aac9c9cd3c2a7a691') +sha256sums=('fd3a82c3e0f646048cf92e4ae90d76b73196b0b905553bd6c32963c9ab33a60b') build() { mkdir "$pkgname/build" |