diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-02 22:16:35 +0000 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-02 22:23:42 +0000 |
commit | 6525ad14adbfd1484164ec3c80e92a0c7023acf3 (patch) | |
tree | 2b12b16e1c70ecafddc4e7da00a056c5dd085188 /pcr | |
parent | 440dc17a84cc76088c92a8a217128a06d74e66e0 (diff) | |
download | abslibre-6525ad14adbfd1484164ec3c80e92a0c7023acf3.tar.gz abslibre-6525ad14adbfd1484164ec3c80e92a0c7023acf3.tar.bz2 abslibre-6525ad14adbfd1484164ec3c80e92a0c7023acf3.zip |
pcr/inkscape-gtk3: cannot be built on arm
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/inkscape-gtk3/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/inkscape-gtk3/PKGBUILD b/pcr/inkscape-gtk3/PKGBUILD index ec07194ec..1953fca7b 100644 --- a/pcr/inkscape-gtk3/PKGBUILD +++ b/pcr/inkscape-gtk3/PKGBUILD @@ -13,7 +13,7 @@ pkgrel=19 pkgdesc='Professional vector graphics editor with GTK3 and Python3' url='https://inkscape.org/' license=('GPL' 'LGPL') -arch=('i686' 'x86_64' 'armv7h') +arch=('i686' 'x86_64') makedepends=('boost' 'intltool') depends=('gdl' 'gnome-vfs' 'gsl' 'gtkmm3' 'gtkspell3' 'imagemagick' 'libcdr' 'libexif' 'libvisio' 'libxslt' 'poppler-glib' 'popt' 'python' 'ttf-dejavu') |