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

Antonio Rojas arojas at archlinux.org
Mon Dec 2 11:05:54 UTC 2019


    Date: Monday, December 2, 2019 @ 11:05:53
  Author: arojas
Revision: 370199

Update to 2.1

Modified:
  telepathy-accounts-signon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-02 09:53:10 UTC (rev 370198)
+++ PKGBUILD	2019-12-02 11:05:53 UTC (rev 370199)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=telepathy-accounts-signon
-pkgver=2.0
+pkgver=2.1
 pkgrel=1
 pkgdesc="A mission control plugin for Telepathy, integrating with libaccounts and libsignon to provide IM accounts and authentication"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(telepathy-mission-control libaccounts-glib libsignon-glib)
 makedepends=(meson)
 source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver")
-sha256sums=('43fd6dc3c9c90b12e6dc806ea9a8c9cac87e514bf55156f95f4a43189e82528c')
+sha256sums=('4a39e8e45bc0aaf74b6c6188ce6d6388abe7552632201a80bc570b10c0555682')
 
 prepare() {
   mkdir -p build
@@ -19,7 +19,8 @@
 
 build() {
   cd build
-  meson ../$pkgname-$pkgver
+  meson ../$pkgname-$pkgver \
+    --prefix /usr
   ninja
 }
 



More information about the arch-commits mailing list