summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112019-02-13 16:28:13 +0100
committerjose17112019-02-13 16:28:13 +0100
commitfcbcb4f2b351adf2f7f3576cd0d152669c003475 (patch)
tree6bcafc52116a6c4083f04e3f20dc74f8a68e0001
parent23944922a8632609724a79673ef916c4a819d8c4 (diff)
downloadaur-ihu-git.tar.gz
Update deps
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a628a853fda3..5486ad3c587e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
# Generated by mksrcinfo v8
-# Tue Dec 11 21:54:39 UTC 2018
+# Wed Feb 13 15:27:58 UTC 2019
pkgbase = ihu-git
pkgdesc = I Hear U VoIP application that creates an audio stream between two computers
- pkgver = r7.3587923
- pkgrel = 2
+ pkgver = r15.e11cccd
+ pkgrel = 1
url = https://github.com/jose1711/ihu
arch = armv6h
arch = armv7h
arch = i686
arch = x86_64
license = GPL-2
+ makedepends = git
depends = qt4
depends = speex
depends = soundtouch
- depends = jack2
+ depends = jack
provides = ihu
conflicts = ihu
source = git://github.com/jose1711/ihu.git
diff --git a/PKGBUILD b/PKGBUILD
index 333a2abd0649..29ab2cb09388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=ihu-git
_pkgname=ihu
-pkgver=r7.3587923
-pkgrel=2
+pkgver=r15.e11cccd
+pkgrel=1
pkgdesc='I Hear U VoIP application that creates an audio stream between two computers'
arch=('armv6h' 'armv7h' 'i686' 'x86_64')
url="https://github.com/jose1711/ihu"
license=('GPL-2')
-depends=('qt4' 'speex' 'soundtouch' 'jack2')
+depends=('qt4' 'speex' 'soundtouch' 'jack')
+makedepends=('git')
provides=('ihu')
conflicts=('ihu')
source=("git://github.com/jose1711/ihu.git")