git » signon-plugin-oauth2.git » commit ee3c88c

Update to 0.23

author Antonio Rojas
2015-10-02 10:59:29 UTC
committer Antonio Rojas
2015-10-02 10:59:29 UTC
parent 4e487f16669873d7591928be94bacf3b0c2caf07

Update to 0.23

PKGBUILD +9 -9

diff --git a/PKGBUILD b/PKGBUILD
index 83bb55d..38c81b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
 
 pkgname=signon-plugin-oauth2
 _pkgname=signon-oauth2
-pkgver=0.22
+pkgver=0.23
 pkgrel=1
 pkgdesc='OAuth 2 plugin for signon'
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="https://gitlab.com/accounts-sso/signon-plugin-oauth2"
-license=('LGPL')
-depends=('signon')
-makedepends=('qt5-xmlpatterns')
+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=VERSION_$pkgver")
-md5sums=('d7c3b7fffe6102fc58d479028141f2b4')
+md5sums=('772197567b8778552bba34ace41aec7d')
 
 prepare() {
-  cd signon-plugin-oauth2.git
+  cd signon-plugin-oauth2-VERSION_$pkgver-*
 
   sed -i '/-Werror/d' common-project-config.pri
 
@@ -25,14 +25,14 @@ prepare() {
 }
 
 build() {
-  cd signon-plugin-oauth2.git
+  cd signon-plugin-oauth2-VERSION_$pkgver-*
 
   qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
   make
 }
 
 package() {
-  cd signon-plugin-oauth2.git
+  cd signon-plugin-oauth2-VERSION_$pkgver-*
 
   make INSTALL_ROOT="$pkgdir" install
 }