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

Antonio Rojas arojas at archlinux.org
Mon Nov 11 19:25:30 UTC 2019


    Date: Monday, November 11, 2019 @ 19:25:30
  Author: arojas
Revision: 526814

telepathy-qt 0.9.8 rebuild

Modified:
  telepathy-morse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-11 19:04:01 UTC (rev 526813)
+++ PKGBUILD	2019-11-11 19:25:30 UTC (rev 526814)
@@ -2,7 +2,7 @@
 
 pkgname=telepathy-morse
 pkgver=0.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Telepathy Connection Manager for the Telegram network"
 arch=(x86_64)
 url="https://github.com/TelepathyQt/telepathy-morse"
@@ -10,7 +10,7 @@
 depends=(telepathy-qt telegram-qt)
 makedepends=(cmake)
 source=("https://github.com/TelepathyQt/telepathy-morse/archive/$pkgname-$pkgver.tar.gz")
-md5sums=('3e3250e6fca470546bb26eff76ff6d10')
+sha256sums=('c9c361ef965b176a43e05d204eff7d83e508f4fcc3fd842c32a57187a3c7ce8f')
 
 prepare() {
   mkdir -p build
@@ -21,8 +21,7 @@
   cmake ../$pkgname-$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_INSTALL_LIBEXECDIR=lib/telepathy \
-    -DCMAKE_BUILD_TYPE=Release
+    -DCMAKE_INSTALL_LIBEXECDIR=lib/telepathy
   make
 }
 
@@ -30,4 +29,3 @@
   cd build
   make DESTDIR="$pkgdir" install
 }
-



More information about the arch-commits mailing list