summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e442ee9dc63..27a2f6121c8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Jan 23 21:01:26 UTC 2016
pkgbase = radioedit
pkgdesc = A simple game where you fight evil record label representatives who want to radio edit your amazing single.
- pkgver = 0.1.3
+ pkgver = 0.1.4
pkgrel = 1
url = http://dosowisko.net/radioedit/
arch = i686
@@ -8,8 +10,8 @@ pkgbase = radioedit
license = GPL2+
makedepends = cmake
depends = allegro
- source = http://dosowisko.net/radioedit/RadioEdit-0.1.3-Linux.tar.gz
- sha256sums = 911669d707de7fa35682f5f2118322edfcd03e56d46e6c5236a668c6866bda8a
+ source = http://dosowisko.net/radioedit/RadioEdit-0.1.4-Linux.tar.gz
+ sha256sums = 398ba6bf1ce851f6aadcc11ecaec454401b63743bceff3acf9b57be4d608b56b
pkgname = radioedit
diff --git a/PKGBUILD b/PKGBUILD
index dbb89535cb95..88e210a4a9cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sebastian Krzyszkowiak <dos@dosowisko.net>
pkgname=radioedit
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="A simple game where you fight evil record label representatives who want to radio edit your amazing single."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('GPL2+')
depends=('allegro')
makedepends=('cmake')
source=(http://dosowisko.net/radioedit/RadioEdit-$pkgver-Linux.tar.gz)
-sha256sums=('911669d707de7fa35682f5f2118322edfcd03e56d46e6c5236a668c6866bda8a')
+sha256sums=('398ba6bf1ce851f6aadcc11ecaec454401b63743bceff3acf9b57be4d608b56b')
build() {
mkdir "$pkgname/build"