[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Dec 25 16:41:53 UTC 2016


    Date: Sunday, December 25, 2016 @ 16:41:52
  Author: felixonmars
Revision: 284727

upgpkg: libaccounts-glib 1.23-2

python 3.6 rebuild

Modified:
  libaccounts-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-25 16:41:48 UTC (rev 284726)
+++ PKGBUILD	2016-12-25 16:41:52 UTC (rev 284727)
@@ -5,7 +5,7 @@
 
 pkgname=libaccounts-glib
 pkgver=1.23
-pkgrel=1
+pkgrel=2
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=(i686 x86_64)
 url="https://gitlab.com/accounts-sso/libaccounts-glib"
@@ -16,7 +16,7 @@
 md5sums=('af872137184b38e39db415d67a32a510')
 
 build() {
-  cd $pkgname-*
+  cd $pkgname-VERSION*
   ./autogen.sh
   ./configure \
     --prefix=/usr \
@@ -26,6 +26,6 @@
 }
 
 package() {
-  cd $pkgname-*
+  cd $pkgname-VERSION*
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list