summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTajidin Abd2015-10-10 02:52:32 +0100
committerTajidin Abd2015-10-10 02:52:32 +0100
commit27d060d14bb7c016c58a496a2336ed94a3b984e6 (patch)
tree2103a9cb808ad501f82cbb0fc4551a02dfcdc5b0
parent2a7c377238a30e362003e207a55e9efc10d30848 (diff)
downloadaur-27d060d14bb7c016c58a496a2336ed94a3b984e6.tar.gz
Intial import
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--qca-qt5-git.install11
3 files changed, 16 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 825d53847e80..5717cf1b73f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qca-qt5-git
pkgdesc = Qt Cryptographic Architecture. Qt5 Build (GIT Version)
- pkgver = v2.1.0.23.g7207e62
+ pkgver = v2.1.0.35.g4f966b0
pkgrel = 1
url = http://delta.affinix.com/qca/
arch = i686
@@ -21,7 +21,7 @@ pkgbase = qca-qt5-git
optdepends = libgcrypt: gcrypt plugin
provides = qca-qt5
conflicts = qca-qt5
- source = git://anongit.kde.org/qca.git
+ source = git://anongit.kde.org/qca.git#branch=qt5
md5sums = SKIP
pkgname = qca-qt5-git
diff --git a/PKGBUILD b/PKGBUILD
index 995b1ae378a2..d057ac855870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {
diff --git a/qca-qt5-git.install b/qca-qt5-git.install
new file mode 100644
index 000000000000..ccb9b0a4a311
--- /dev/null
+++ b/qca-qt5-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ [[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}