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

Antonio Rojas arojas at archlinux.org
Wed May 30 20:28:58 UTC 2018


    Date: Wednesday, May 30, 2018 @ 20:28:57
  Author: arojas
Revision: 325216

Rebuild

Modified:
  telepathy-accounts-signon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 20:22:42 UTC (rev 325215)
+++ PKGBUILD	2018-05-30 20:28:57 UTC (rev 325216)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-accounts-signon
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A mission control plugin for Telepathy, integrating with libaccounts and libsignon to provide IM accounts and authentication"
 arch=(x86_64)
 url='https://gitlab.com/accounts-sso/telepathy-accounts-signon'
@@ -11,12 +11,16 @@
 depends=(telepathy-mission-control libaccounts-glib libsignon-glib)
 makedepends=(qt5-base)
 source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver")
-sha1sums=('828e7303c20e5861f79c1a9b52e29a9b985eb94a')
+sha256sums=('9b9e4ef2f98d93ccb4d73ba6623ef38bd8f167965c68ec2486c0d9b8035a93ed')
 
+prepare() {
+  mkdir -p build
+  mv $pkgname-$pkgver-* $pkgname-$pkgver
+}
+
 build() {
-  mkdir -p build 
   cd build
-  qmake-qt5 ../$pkgname.git
+  qmake-qt5 ../$pkgname-$pkgver
   make
 }
 



More information about the arch-commits mailing list