[arch-commits] Commit in accounts-qml-module/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri May 20 17:35:13 UTC 2016


    Date: Friday, May 20, 2016 @ 19:35:13
  Author: arojas
Revision: 268365

Use gitlab sources

Modified:
  accounts-qml-module/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-20 17:30:36 UTC (rev 268364)
+++ PKGBUILD	2016-05-20 17:35:13 UTC (rev 268365)
@@ -2,16 +2,16 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=accounts-qml-module
-pkgver=0.6+16.04.20151106
+pkgver=0.6
 pkgrel=1
 pkgdesc="Expose the Online Accounts API to QML applications"
-url="https://launchpad.net/accounts-qml-module"
+url="https://gitlab.com/accounts-sso/accounts-qml-module"
 arch=(i686 x86_64)
 license=(LGPL)
 depends=(signond libaccounts-qt qt5-declarative)
 makedepends=(qt5-tools)
-source=("http://archive.ubuntu.com/ubuntu/pool/main/a/$pkgname/${pkgname}_$pkgver.orig.tar.gz")
-md5sums=('f1d370ae9bd1b654949b8759d713fe45')
+source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=VERSION_$pkgver")
+md5sums=('d62f676e837bfa2b8bb5c12507a36ce9')
 
 prepare() {
   mkdir -p build
@@ -19,7 +19,7 @@
 
 build() {
   cd build 
-  qmake-qt5 ../$pkgname-$pkgver/$pkgname.pro PREFIX=/usr
+  qmake-qt5 ../$pkgname-*/$pkgname.pro PREFIX=/usr
   make
 }
 



More information about the arch-commits mailing list