summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fae8ce83b1be..7e37275a82bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gamebox-git
pkgdesc = Gamebox is a collection of minigames written in C using Gtk+-3.0
- pkgver = 0.1
- pkgrel = 3
+ pkgver = 0.2
+ pkgrel = 0
url = https://github.com/JannikHv/gamebox
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 441c29a09aed..8d4b89c30b86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JannikHv <JannikHv@gmail.com>
pkgname=gamebox-git
-pkgver=0.1
-pkgrel=3
+pkgver=0.2
+pkgrel=0
pkgdesc="Gamebox is a collection of minigames written in C using Gtk+-3.0"
arch=('i686' 'x86_64')
url="https://github.com/JannikHv/gamebox"