diff options
author | Jakob Gahde | 2016-04-26 22:20:25 +0200 |
---|---|---|
committer | Jakob Gahde | 2016-04-26 22:20:25 +0200 |
commit | d77670a9bda2f27d49853c0a12461124d86a6fe0 (patch) | |
tree | 659ce0e1cc88139fcfe55fe365f3efeddcd97248 | |
parent | dc3627dd575dab58af1034fc6a48586c65c33ab4 (diff) | |
download | aur-d77670a9bda2f27d49853c0a12461124d86a6fe0.tar.gz |
radium 3.8.0-1: New version. Seems to work just fine
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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}" |