summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2018-06-25 19:37:58 +0200
committerÉtienne Deparis2018-06-25 19:37:58 +0200
commitafa9e90dc7db7b0f8b76a25b417520551b6a3eb0 (patch)
tree1c8e057a43d9aa8e543b264c11f0d7faddafe542
parentc24126d0344563d53d4304db43b418c33f354357 (diff)
downloadaur-afa9e90dc7db7b0f8b76a25b417520551b6a3eb0.tar.gz
1.3.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66f4aac18845..4d5bb8f6281f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.1.0
-# Mon Jun 4 16:32:53 UTC 2018
+# Mon Jun 25 17:37:23 UTC 2018
pkgbase = nitrokey-app
pkgdesc = Nitrokey management application
- pkgver = 1.3
- pkgrel = 4
+ pkgver = 1.3.1
+ pkgrel = 1
url = https://www.nitrokey.com
install = nitrokey-app.install
arch = i686
@@ -15,9 +15,9 @@ pkgbase = nitrokey-app
depends = qt5-svg
depends = hicolor-icon-theme
depends = libnitrokey=3.3
- source = nitrokey-app-1.3.tar.gz::https://github.com/Nitrokey/nitrokey-app/archive/v1.3.tar.gz
+ source = nitrokey-app-1.3.1.tar.gz::https://github.com/Nitrokey/nitrokey-app/archive/v1.3.1.tar.gz
source = cppcodec.tar.gz::https://github.com/tplgy/cppcodec/archive/61d9b044d6644293f99fb87dfadc15dcab951bd9.tar.gz
- sha256sums = a73dc2ce70f3f84a9fcf4e8cfd5b97630f5195c0897392b301a2a48adfd64300
+ sha256sums = 602b226256192d1217a9b9300f835b4ff0814e14c2243828cb054dad60fcffa8
sha256sums = 80c2f0ebc0da7186386f525d798bad0eaf14837c9548d86060b503751193b010
pkgname = nitrokey-app
diff --git a/PKGBUILD b/PKGBUILD
index 3ce809fabb7b..ce5d39a83ccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Christoph J. Thompson <thompsonc@protonmail.ch>
pkgname=nitrokey-app
-pkgver=1.3
-pkgrel=4
+pkgver=1.3.1
+pkgrel=1
_cppcodecver=61d9b044d6644293f99fb87dfadc15dcab951bd9
pkgdesc="Nitrokey management application"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('cmake' 'qt5-tools')
install=nitrokey-app.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/Nitrokey/nitrokey-app/archive/v$pkgver.tar.gz"
"cppcodec.tar.gz::https://github.com/tplgy/cppcodec/archive/${_cppcodecver}.tar.gz")
-sha256sums=('a73dc2ce70f3f84a9fcf4e8cfd5b97630f5195c0897392b301a2a48adfd64300'
+sha256sums=('602b226256192d1217a9b9300f835b4ff0814e14c2243828cb054dad60fcffa8'
'80c2f0ebc0da7186386f525d798bad0eaf14837c9548d86060b503751193b010')
prepare() {
@@ -25,12 +25,6 @@ prepare() {
sed -i 's|libnitrokey/LICENSE|/usr/share/licenses/libnitrokey/LICENSE|' \
resources.qrc
- # Patch for Qt5.11. See https://github.com/Nitrokey/nitrokey-app/issues/361#issuecomment-394345354
- sed -i '/#include "stick20changepassworddialog.h"/ i #include <QStyle>' \
- src/ui/stick20changepassworddialog.cpp
- sed -i '/#include <QDateTime>/ i #include <QStyle>' \
- src/ui/stick20responsedialog.cpp
-
cd 3rdparty
rmdir cppcodec
ln -s $srcdir/cppcodec-${_cppcodecver} cppcodec