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

NicoHood nicohood at archlinux.org
Sat Jan 28 11:30:19 UTC 2017


    Date: Saturday, January 28, 2017 @ 11:30:19
  Author: nicohood
Revision: 209286

PKGBUILD fixes

Modified:
  utox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-28 11:29:35 UTC (rev 209285)
+++ PKGBUILD	2017-01-28 11:30:19 UTC (rev 209286)
@@ -11,7 +11,7 @@
 pkgrel=2
 _signature="grayhatter"
 pkgdesc='Lightweight Tox client'
-arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
+arch=('i686' 'x86_64')
 url="https://github.com/uTox/uTox"
 license=('GPL3')
 depends=('fontconfig'
@@ -21,7 +21,8 @@
          'openal'
          'toxcore'
          'v4l-utils')
-optdepends=('gtk3: GTK file picker' 'libdbus: Notification support')
+optdepends=('gtk3: GTK file picker'
+            'libdbus: Notification support')
 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")



More information about the arch-commits mailing list