diff options
author | Shackra Sislock <none@none> | 2012-10-07 17:34:12 -0600 |
---|---|---|
committer | Shackra Sislock <none@none> | 2012-10-07 17:34:12 -0600 |
commit | 31e455e4b7f49b0e8ae7b77eb11297ab08ca6b9e (patch) | |
tree | e0d3dcca246ec2955d6e1354f8b8a05c4ecdce69 /pcr/yate | |
parent | 19067a90ba401aed3c176c0e17a47893311f74d5 (diff) | |
download | abslibre-31e455e4b7f49b0e8ae7b77eb11297ab08ca6b9e.tar.gz abslibre-31e455e4b7f49b0e8ae7b77eb11297ab08ca6b9e.tar.bz2 abslibre-31e455e4b7f49b0e8ae7b77eb11297ab08ca6b9e.zip |
changes on Ryzom and Yate PKGBUIDLs
Diffstat (limited to 'pcr/yate')
-rw-r--r--[-rwxr-xr-x] | pcr/yate/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pcr/yate/PKGBUILD b/pcr/yate/PKGBUILD index 01428fa27..e668cd3ae 100755..100644 --- a/pcr/yate/PKGBUILD +++ b/pcr/yate/PKGBUILD @@ -2,20 +2,21 @@ # Contributor: Yejun Yang <yejunx AT gmail DOT com> # Contributor: Biru Ionut <ionut@archlinux.ro> pkgname=yate - pkgver=4.1.0 + pkgver=4.2.0 pkgrel=1 pkgdesc="next-generation telephony engine" arch=('i686' 'x86_64') url="http://yate.null.ro" license=('GPL') depends=('speex' 'gsm' 'postgresql-libs' 'libmysqlclient' \ - 'alsa-lib') + 'alsa-lib' 'qt') makedepends=('pkgconfig') - source=(http://yate.null.ro/tarballs/yate4/${pkgname}-${pkgver}-1.tar.gz yate.init) + source=(http://yate.null.ro/tarballs/yate4/${pkgname}-${pkgver}-2.tar.gz yate.init) options=(!makeflags) - md5sums=('06adaa9b8dc4f18908b35e9659ab9ad5' - 'c0d344607046c47c1d75ac23d323817a') + md5sums=('e6fd37f26ff5c50aa3fa16f6b2803d68' + 'c0d344607046c47c1d75ac23d323817a') + build() { cd $srcdir/${pkgname} |