diff options
author | Tajidin Abd | 2015-10-10 02:52:32 +0100 |
---|---|---|
committer | Tajidin Abd | 2015-10-10 02:52:32 +0100 |
commit | 27d060d14bb7c016c58a496a2336ed94a3b984e6 (patch) | |
tree | 2103a9cb808ad501f82cbb0fc4551a02dfcdc5b0 /PKGBUILD | |
parent | 2a7c377238a30e362003e207a55e9efc10d30848 (diff) | |
download | aur-27d060d14bb7c016c58a496a2336ed94a3b984e6.tar.gz |
Intial import
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ -# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com> +# Maintainer: Tajidin Abd <tajidinabd at archlinux dot us> # Contributor: Antonio Rojas pkgname=qca-qt5-git -pkgver=v2.1.0.23.g7207e62 +pkgver=v2.1.0.35.g4f966b0 pkgrel=1 pkgdesc="Qt Cryptographic Architecture. Qt5 Build (GIT Version)" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ optdepends=('botan-1.10: Botan plugin' 'libgcrypt: gcrypt plugin') conflicts=('qca-qt5') provides=('qca-qt5') -source=("git://anongit.kde.org/qca.git") +source=("git://anongit.kde.org/qca.git#branch=qt5") md5sums=('SKIP') pkgver() { |