summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc5fb1b628ab..df8481e6f180 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 22 15:19:53 UTC 2016
+# Tue Apr 26 20:15:46 UTC 2016
pkgbase = radium
pkgdesc = A graphical music editor. A next generation tracker.
- pkgver = 3.7.8
+ pkgver = 3.8.0
pkgrel = 1
url = http://users.notam02.no/~kjetism/radium/
arch = i686
@@ -24,8 +24,8 @@ pkgbase = radium
depends = libxinerama
depends = libxcursor
options = !strip
- source = https://github.com/kmatheussen/radium/archive/3.7.8.tar.gz
- md5sums = 0b49ba64a64c2cc9a8ca9176492e5e01
+ source = https://github.com/kmatheussen/radium/archive/3.8.0.tar.gz
+ md5sums = 20a79e9263e0ae2f552fe7fffc52461a
pkgname = radium
diff --git a/PKGBUILD b/PKGBUILD
index 1cf7dd02db2b..e5ad809c80bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# 4. cp -va "VST3 SDK/." ~/SDKs/vstsdk2.4
pkgname=radium
-pkgver=3.7.8
+pkgver=3.8.0
pkgrel=1
pkgdesc="A graphical music editor. A next generation tracker."
arch=('i686' 'x86_64')
@@ -35,7 +35,7 @@ makedepends=(
)
options=(!strip)
source=("https://github.com/kmatheussen/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('0b49ba64a64c2cc9a8ca9176492e5e01')
+md5sums=('20a79e9263e0ae2f552fe7fffc52461a')
build() {
cd "${pkgname}-${pkgver}"