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

NicoHood nicohood at archlinux.org
Sat Feb 4 23:45:13 UTC 2017


    Date: Saturday, February 4, 2017 @ 23:45:12
  Author: nicohood
Revision: 209910

upgpkg: utox 0.12.2-2

Modified:
  utox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-04 19:44:50 UTC (rev 209909)
+++ PKGBUILD	2017-02-04 23:45:12 UTC (rev 209910)
@@ -8,7 +8,7 @@
 pkgname=utox
 _pkgname=uTox
 pkgver=0.12.2
-pkgrel=1
+pkgrel=2
 _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')
+makedepends=('toxcore>=0.1.0' 'cmake' 'clang')
 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'
@@ -32,12 +32,12 @@
               "4C4E8E7E23A85F2474DC2F1A0558CBEA7BE857DD") # Grayhatter
 
 build() {
-  cd "$_pkgname-${pkgver}"
-  CFLAGS="-Wl,-z,noexecstack" cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF -DCMAKE_INSTALL_PREFIX=/usr
-  make
+    cd "$_pkgname-${pkgver}"
+    CFLAGS="-Wl,-z,noexecstack" cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF -DCMAKE_INSTALL_PREFIX=/usr
+    make
 }
 
 package() {
-  cd "$_pkgname-${pkgver}"
-  make PREFIX="/usr" DESTDIR="$pkgdir" install
+    cd "$_pkgname-${pkgver}"
+    make PREFIX="/usr" DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list