git » signon-plugin-oauth2.git » commit 4e487f1

Update to 0.22

author Antonio Rojas
2015-04-20 19:34:19 UTC
committer Antonio Rojas
2015-04-20 19:34:19 UTC
parent c29dd8ff6a224ff16404e54bb23398ab36c99c3c

Update to 0.22

PKGBUILD +6 -6

diff --git a/PKGBUILD b/PKGBUILD
index a7c5b9d..83bb55d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=signon-plugin-oauth2
 _pkgname=signon-oauth2
-pkgver=0.20
+pkgver=0.22
 pkgrel=1
 pkgdesc='OAuth 2 plugin for signon'
 arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@ url="https://gitlab.com/accounts-sso/signon-plugin-oauth2"
 license=('LGPL')
 depends=('signon')
 makedepends=('qt5-xmlpatterns')
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=$pkgver")
-md5sums=('0f33239a661d11b51a0803657983043d')
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=VERSION_$pkgver")
+md5sums=('d7c3b7fffe6102fc58d479028141f2b4')
 
 prepare() {
-  cd signon-plugin-oauth2.accounts-sso-$pkgver
+  cd signon-plugin-oauth2.git
 
   sed -i '/-Werror/d' common-project-config.pri
 
@@ -25,14 +25,14 @@ prepare() {
 }
 
 build() {
-  cd signon-plugin-oauth2.accounts-sso-$pkgver
+  cd signon-plugin-oauth2.git
 
   qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
   make
 }
 
 package() {
-  cd signon-plugin-oauth2.accounts-sso-$pkgver
+  cd signon-plugin-oauth2.git
 
   make INSTALL_ROOT="$pkgdir" install
 }