git » signon-ui.git » commit 31db39d

Update to 0.17+17.04.20161109

author Antonio Rojas
2017-02-17 12:20:10 UTC
committer Antonio Rojas
2017-02-17 12:20:10 UTC
parent abc40ab31ecd1bf6d0871ecc40ecb42c22afed19

Update to 0.17+17.04.20161109

PKGBUILD +3 -9

diff --git a/PKGBUILD b/PKGBUILD
index 7803093..fe04007 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,34 +3,28 @@
 # Contributor: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=signon-ui
-pkgver=0.17+15.10.20150810
-pkgrel=2
+pkgver=0.17+17.04.20161109
+pkgrel=1
 pkgdesc='UI component responsible for handling the user interactions which can happen during the login process of an online account'
 arch=(i686 x86_64)
 url="https://launchpad.net/online-accounts-signon-ui"
 license=(GPL)
 depends=(libaccounts-qt qt5-webkit signond libnotify)
 source=("http://archive.ubuntu.com/ubuntu/pool/main/s/$pkgname/${pkgname}_$pkgver.orig.tar.gz")
-md5sums=('560ea77014d0418c4899984486839da8')
+md5sums=('4d065eab7e5a3aad48ccf38383f58fe8')
 
 prepare() {
-  cd $pkgname-$pkgver
-
   # Do not install tests
   echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
   echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
 }
 
 build() {
-  cd $pkgname-$pkgver
-
   qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
-
   make INSTALL_ROOT="$pkgdir" install
 }