git » signon-ui.git » commit 0e33132

Switch to Ubuntu sources, update to 0.17+14.10.20140916

author Antonio Rojas
2015-03-23 21:04:17 UTC
committer Antonio Rojas
2015-03-23 21:04:17 UTC
parent b8cd2fdaf208df81e42f2783a78237440eb25d6d

Switch to Ubuntu sources, update to 0.17+14.10.20140916

PKGBUILD +6 -6

diff --git a/PKGBUILD b/PKGBUILD
index 3f263b1..9e37c62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
 # Contributor: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=signon-ui
-pkgver=0.15
+pkgver=0.17+14.10.20140916
 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')
+arch=(i686 x86_64)
 url="https://launchpad.net/online-accounts-signon-ui"
-license=('GPL')
-depends=('libaccounts-qt5' 'qt5-webkit' 'signon' 'libnotify')
-source=(https://launchpad.net/online-accounts-signon-ui/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
-md5sums=('67ac8ce4cc85b69ec6ff67ae892fda90')
+license=(GPL)
+depends=(libaccounts-qt5 qt5-webkit signon libnotify)
+source=("http://archive.ubuntu.com/ubuntu/pool/main/s/$pkgname/${pkgname}_$pkgver.orig.tar.gz")
+md5sums=('1d38d956ad324d374cf5ef621eaa50b5')
 
 prepare() {
   cd $pkgname-$pkgver