qoauth: use GitHub download location
This commit is contained in:
parent
05b50ed636
commit
94586f1328
|
@ -3,14 +3,13 @@ pkgname=qoauth
|
|||
version=1.0.1
|
||||
revision=4
|
||||
build_style=qmake
|
||||
wrksrc="${pkgname}-${version}-src"
|
||||
makedepends="qt-devel qca-devel"
|
||||
short_desc="Support with OAuth-powered network services"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2.1"
|
||||
homepage="http://github.com/ayoy/qoauth"
|
||||
distfiles="http://files.ayoy.net/qoauth/release/current/src/${pkgname}-${version}-src.tar.bz2"
|
||||
checksum=b8579a77cecb07928e557c4a019db902a0f040b22f7926f147299e87ac5a54fd
|
||||
distfiles="https://github.com/ayoy/qoauth/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=10212e0d5b735b98faef644b8eee92b8217e6e9222987c649920e0c4ec0b1e8c
|
||||
|
||||
CXXFLAGS="-I/usr/include/QtCrypto"
|
||||
|
||||
|
|
Loading…
Reference in New Issue