summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24c1fd39ac53..f8b91c589699 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri May 6 19:18:34 UTC 2016
+# Sat May 7 16:53:53 UTC 2016
pkgbase = radium
pkgdesc = A graphical music editor. A next generation tracker.
- pkgver = 3.8.2
- pkgrel = 2
+ pkgver = 3.8.3
+ pkgrel = 1
url = http://users.notam02.no/~kjetism/radium/
arch = i686
arch = x86_64
@@ -24,8 +24,8 @@ pkgbase = radium
depends = libxinerama
depends = libxcursor
options = !strip
- source = https://github.com/kmatheussen/radium/archive/3.8.2.tar.gz
- md5sums = a03be9c51553a3d032b63a8c770082ec
+ source = https://github.com/kmatheussen/radium/archive/3.8.3.tar.gz
+ md5sums = b5863a9d6150791a452aba932f7bf57b
pkgname = radium
diff --git a/PKGBUILD b/PKGBUILD
index 6cd39c3f300d..0c04e43001fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
# 4. cp -va "VST3 SDK/." ~/SDKs/vstsdk2.4
pkgname=radium
-pkgver=3.8.2
-pkgrel=2
+pkgver=3.8.3
+pkgrel=1
pkgdesc="A graphical music editor. A next generation tracker."
arch=('i686' 'x86_64')
url="http://users.notam02.no/~kjetism/radium/"
@@ -35,7 +35,7 @@ makedepends=(
)
options=(!strip)
source=("https://github.com/kmatheussen/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('a03be9c51553a3d032b63a8c770082ec')
+md5sums=('b5863a9d6150791a452aba932f7bf57b')
build() {
cd "${pkgname}-${pkgver}"