summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2016-04-22 17:20:41 +0200
committerJakob Gahde2016-04-22 17:20:41 +0200
commitdc3627dd575dab58af1034fc6a48586c65c33ab4 (patch)
treec462c125c5f28c054748ac10363d9cdbe8d8b3f5
parenta36869ad62ce9514fd2b3b2bd3fb794731eddcdc (diff)
downloadaur-dc3627dd575dab58af1034fc6a48586c65c33ab4.tar.gz
radium 3.7.8-1: New version. Seems to work just fine
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ade9f5ce5a9..dc5fb1b628ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 18:07:52 UTC 2016
+# Fri Apr 22 15:19:53 UTC 2016
pkgbase = radium
pkgdesc = A graphical music editor. A next generation tracker.
- pkgver = 3.6.9
+ pkgver = 3.7.8
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.6.9.tar.gz
- md5sums = 9114d6dc2a361817dcb13346eac76f44
+ source = https://github.com/kmatheussen/radium/archive/3.7.8.tar.gz
+ md5sums = 0b49ba64a64c2cc9a8ca9176492e5e01
pkgname = radium
diff --git a/PKGBUILD b/PKGBUILD
index 4fbc6f6d407c..1cf7dd02db2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# 4. cp -va "VST3 SDK/." ~/SDKs/vstsdk2.4
pkgname=radium
-pkgver=3.6.9
+pkgver=3.7.8
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=('9114d6dc2a361817dcb13346eac76f44')
+md5sums=('0b49ba64a64c2cc9a8ca9176492e5e01')
build() {
cd "${pkgname}-${pkgver}"