mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 17:33:27 +01:00
Update dsmidiwifi-cli to v1.1
This commit is contained in:
parent
67ed7ea6a9
commit
ecdc221c90
2 changed files with 6 additions and 8 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -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
|
||||
|
||||
|
|
|
|||
7
PKGBUILD
7
PKGBUILD
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue