diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-17 15:23:24 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-17 15:23:24 -0300 |
commit | c09bfc90e874607edab8e77d50d9aa15ea145b53 (patch) | |
tree | ba3397a58d32f1e3761cb26a2ee7b965f3c4d348 /community | |
parent | dd4f80e98fdd486f86ccd77b5ad307d461723844 (diff) |
fixes and ports
Diffstat (limited to 'community')
-rw-r--r-- | community/gobby/PKGBUILD | 2 | ||||
-rw-r--r-- | community/python-pillow/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/community/gobby/PKGBUILD b/community/gobby/PKGBUILD index e328c134f..cc54c437a 100644 --- a/community/gobby/PKGBUILD +++ b/community/gobby/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gobby pkgver=0.4.13 -pkgrel=1.1 +pkgrel=1.2 pkgdesc="A collaborative text editor" arch=('i686' 'x86_64' 'mips64el') url="http://gobby.0x539.de" diff --git a/community/python-pillow/PKGBUILD b/community/python-pillow/PKGBUILD index 6bc90397f..436125772 100644 --- a/community/python-pillow/PKGBUILD +++ b/community/python-pillow/PKGBUILD @@ -10,7 +10,7 @@ _appname=Pillow _py2basever=2.7 _py3basever=3.3m pkgdesc="Python Imaging Library (PIL) fork. Python3 version." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://python-imaging.github.io/" license=('BSD') makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 'sane') |