[arch-commits] Commit in signon-ui/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Mar 23 21:04:18 UTC 2015


    Date: Monday, March 23, 2015 @ 22:04:17
  Author: arojas
Revision: 234585

Switch to Ubuntu sources, update to 0.17+14.10.20140916

Modified:
  signon-ui/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-23 20:27:06 UTC (rev 234584)
+++ PKGBUILD	2015-03-23 21:04:17 UTC (rev 234585)
@@ -4,15 +4,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



More information about the arch-commits mailing list