Update dsmidiwifi-cli to v1.1

This commit is contained in:
Ian Scott 2014-06-21 13:51:33 -07:00
parent 67ed7ea6a9
commit ecdc221c90
2 changed files with 6 additions and 8 deletions

View file

@ -1,15 +1,14 @@
pkgbase = dsmidiwifi-cli
pkgdesc = DSMI Server with GUI Removed
pkgver = 1.0
pkgver = 1.1
pkgrel = 1
url = http://github.com/ids1024/dsmidiwifi-cli
arch = x86_64
arch = i686
license = GPL2
depends = qt5-base
depends = alsa-lib
source = https://github.com/ids1024/dsmidiwifi-cli/archive/v1.0.tar.gz
md5sums = 2c652ebd4d05689621da1a934ee20cc8
source = https://github.com/ids1024/dsmidiwifi-cli/archive/v1.1.tar.gz
md5sums = bf1b79ac3e7cb5f5c32f18f8cc1d436f
pkgname = dsmidiwifi-cli

View file

@ -1,18 +1,17 @@
# Maintainer: Ian D. Scott <ian@perebruin.com>
pkgname=dsmidiwifi-cli
pkgver=1.0
pkgver=1.1
pkgrel=1
pkgdesc="DSMI Server with GUI Removed"
url="http://github.com/ids1024/dsmidiwifi-cli"
arch=('x86_64' 'i686')
license=('GPL2')
depends=('qt5-base' 'alsa-lib')
depends=('alsa-lib')
source=("https://github.com/ids1024/${pkgname}/archive/v${pkgver}.tar.gz")
md5sums=('2c652ebd4d05689621da1a934ee20cc8')
md5sums=('bf1b79ac3e7cb5f5c32f18f8cc1d436f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
qmake-qt5
make
}