summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Krzyszkowiak2016-01-23 22:01:43 +0100
committerSebastian Krzyszkowiak2016-01-23 22:01:43 +0100
commitf27e76ab96aea422b50a686c54384d40b0cd968e (patch)
treed2897219f633b5df8d995ebdd740a2f021e9cdf9
parent56a0bad5a1afd1fcb77932d327ffa6d6011a6944 (diff)
downloadaur-f27e76ab96aea422b50a686c54384d40b0cd968e.tar.gz
new release
-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"