git » kirigami2.git » commit 30ee9e5

Update to 2.1.0

author Antonio Rojas
2017-05-01 20:54:00 UTC
committer Antonio Rojas
2017-05-01 20:54:00 UTC
parent 5ba81ca8fb1d48290cadc620a1c0c6b87fe254c4

Update to 2.1.0

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index a8ea8b9..77e77b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=kirigami2
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='A QtQuick based components set'
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@ license=(LGPL)
 depends=(qt5-quickcontrols2)
 makedepends=(extra-cmake-modules qt5-tools plasma-framework)
 source=("http://download.kde.org/stable/kirigami/$pkgname-$pkgver.tar.xz"{,.asc})
-md5sums=('6a43251125039362e9de4d370057717d'
-         'SKIP')
+sha256sums=('e744ff974ef100d23feda68f3fdb465aa56bf8da6992ab7e3f3fed2f4180e934'
+            'SKIP')
 validpgpkeys=('1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
 
 prepare() {