summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2016-03-28 20:10:06 +0200
committerJakob Gahde2016-03-28 20:10:06 +0200
commita36869ad62ce9514fd2b3b2bd3fb794731eddcdc (patch)
treef1e2844f3d4f41c7664da53e0d5efcfe314daa07
parentc0680d60e67cfc309dd8e1eb2eeaa4d8d51008f5 (diff)
downloadaur-a36869ad62ce9514fd2b3b2bd3fb794731eddcdc.tar.gz
3.6.9-1: Version update. 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 2d452951a40d..1ade9f5ce5a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 6 03:42:49 UTC 2016
+# Mon Mar 28 18:07:52 UTC 2016
pkgbase = radium
pkgdesc = A graphical music editor. A next generation tracker.
- pkgver = 3.6.6
+ pkgver = 3.6.9
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.6.tar.gz
- md5sums = 3f6f000ec7a38b9483de439079886a78
+ source = https://github.com/kmatheussen/radium/archive/3.6.9.tar.gz
+ md5sums = 9114d6dc2a361817dcb13346eac76f44
pkgname = radium
diff --git a/PKGBUILD b/PKGBUILD
index 9a81682257cf..4fbc6f6d407c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# 4. cp -va "VST3 SDK/." ~/SDKs/vstsdk2.4
pkgname=radium
-pkgver=3.6.6
+pkgver=3.6.9
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=('3f6f000ec7a38b9483de439079886a78')
+md5sums=('9114d6dc2a361817dcb13346eac76f44')
build() {
cd "${pkgname}-${pkgver}"