summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Böckel2018-06-08 22:31:57 +0200
committerLars Böckel2018-06-08 22:31:57 +0200
commitd210bfe6986d45f6225763ffaaea643ca66a1a68 (patch)
tree27881bc774745d07e4bc2bece566b12bfafe545d
parent91ced8b6cebc56c8e10452e3b8f2f20c509037a6 (diff)
downloadaur-d210bfe6986d45f6225763ffaaea643ca66a1a68.tar.gz
license
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0307f8029df5..e19ac8d89fa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = seahorse-adventures
pkgdesc = Help Barbie the seahorse float on bubbles to the moon. 2D Platformer.
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Nebuleon/barbie-seahorse-adventures
arch = i686
arch = x86_64
- license = GPL-2
+ license = custom
depends = python2
depends = ttf-aenigma
- depends = python-pygame
+ depends = python2-pygame
source = seahorse-adventures::git://github.com/Nebuleon/barbie-seahorse-adventures
source = seahorse-adventures.desktop
source = seahorse-adventures.png
diff --git a/PKGBUILD b/PKGBUILD
index 538b05d0c928..329aed3dab84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer RetardedOnion@archlinux-irc
pkgname=seahorse-adventures
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Help Barbie the seahorse float on bubbles to the moon. 2D Platformer."
arch=('i686' 'x86_64')
url="https://github.com/Nebuleon/barbie-seahorse-adventures"
-license=('GPL-2')
+license=('custom')
groups=()
depends=('python2' 'ttf-aenigma' 'python2-pygame')
makedepends=()