diff options
author | root <root@rshg054.dnsready.net> | 2012-02-06 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-06 23:14:50 +0000 |
commit | 1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 (patch) | |
tree | 8d7ccc2dc9d08a4c3cde26aa01c887e9a0fc2fa1 /community/patchage/PKGBUILD | |
parent | bdb5b3e66f6afa586ea147f69af5e4ba388f7615 (diff) |
Mon Feb 6 23:14:50 UTC 2012
Diffstat (limited to 'community/patchage/PKGBUILD')
-rw-r--r-- | community/patchage/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/patchage/PKGBUILD b/community/patchage/PKGBUILD index e7c6516a0..0a9e2b4c3 100644 --- a/community/patchage/PKGBUILD +++ b/community/patchage/PKGBUILD @@ -1,11 +1,10 @@ -# $Id: PKGBUILD 56003 2011-09-28 17:57:04Z schiv $ +# $Id: PKGBUILD 63694 2012-02-05 12:07:28Z ibiru $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Max Pray a.k.a. Synthead <synthead@gmail.com> # Contributor: clarence <catchfire at gmail dot com> - pkgname=patchage pkgver=0.5.0 -pkgrel=2 +pkgrel=3 pkgdesc="A modular patch bay for audio and MIDI systems" arch=('i686' 'x86_64') url="http://drobilla.net/software/patchage" @@ -14,8 +13,8 @@ depends=('dbus-glib' 'libglademm' 'hicolor-icon-theme' 'raul' 'flowcanvas<1.0.0' 'jack') makedepends=('boost' 'python2') install=$pkgname.install -source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2) -md5sums=('3f1c297c8c6b998563d1a2fbc215cf85') +source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2") +sha256sums=('9bb9d1ba0205c0ad95c6dbecba56c513ff706f1057348d33ff7567bc9cbd89d2') build() { cd "$srcdir/$pkgname-$pkgver" |