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

Levente Polyak anthraxx at archlinux.org
Sun Feb 5 01:30:42 UTC 2017


    Date: Sunday, February 5, 2017 @ 01:30:41
  Author: anthraxx
Revision: 209912

upgpkg: utox 0.12.2-3 (fix CFLAGS truncation)

Modified:
  utox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-04 23:45:32 UTC (rev 209911)
+++ PKGBUILD	2017-02-05 01:30:41 UTC (rev 209912)
@@ -8,7 +8,7 @@
 pkgname=utox
 _pkgname=uTox
 pkgver=0.12.2
-pkgrel=2
+pkgrel=3
 _signature="grayhatter"
 pkgdesc='Lightweight Tox client'
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
          'v4l-utils')
 optdepends=('gtk3: GTK file picker'
             'libdbus: Notification support')
-makedepends=('toxcore>=0.1.0' 'cmake' 'clang')
+makedepends=('toxcore>=0.1.0' 'cmake')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uTox/uTox/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
         "${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.${_signature}.tar.gz.asc")
 sha512sums=('be66fc7a6c3ca814e1987a066e99226844fb96247ec03db85234888abc502589c09571ef40ebd1b53c9dd343781aa46a864e7a5765e5110b2d9920bca15f4fdf'
@@ -33,7 +33,7 @@
 
 build() {
     cd "$_pkgname-${pkgver}"
-    CFLAGS="-Wl,-z,noexecstack" cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF -DCMAKE_INSTALL_PREFIX=/usr
+    cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF -DCMAKE_INSTALL_PREFIX=/usr
     make
 }
 



More information about the arch-commits mailing list