Date: Wednesday, May 6, 2015 @ 01:04:42 Author: arojas Revision: 238521
Generated CMake files are arch-dependent Modified: ttf-oxygen/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-05 22:08:39 UTC (rev 238520) +++ PKGBUILD 2015-05-05 23:04:42 UTC (rev 238521) @@ -1,15 +1,15 @@ # $Id$ # Maintainer: Felix Yan <[email protected]> # Contributor: Andrea Scarpino <[email protected]> -# Contributor: Antonio Rojas <nqn1976 @ gmail.com> +# Contributor: Antonio Rojas <[email protected]> pkgname=ttf-oxygen epoch=1 pkgver=5.3.0 -pkgrel=1 +pkgrel=2 pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use with the KDE desktop' url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts' -arch=('any') +arch=('i686' 'x86_64') # CMake files are arch-dependent license=('custom:OFL' 'GPL' 'custom:GPL+FE') depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
