summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Scott2014-06-21 13:51:33 -0700
committerIan Scott2014-06-21 13:51:33 -0700
commitecdc221c90826406d734b76d1def9de06313e64a (patch)
tree530e4958fbd40125604987f435292f9e5a5971cc
parent67ed7ea6a93e668342b73b14686fe2bbede0e6ba (diff)
downloadaur-ecdc221c90826406d734b76d1def9de06313e64a.tar.gz
Update dsmidiwifi-cli to v1.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ea5f1224611..20c4bf164ac4 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index 38488267418b..fbd4fc5f8c16 100644
--- a/PKGBUILD
+++ b/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
}