diff options
Diffstat (limited to 'community/gphpedit/PKGBUILD')
-rw-r--r-- | community/gphpedit/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/gphpedit/PKGBUILD b/community/gphpedit/PKGBUILD index 589ee4afe..8fdf88e6b 100644 --- a/community/gphpedit/PKGBUILD +++ b/community/gphpedit/PKGBUILD @@ -7,15 +7,17 @@ pkgname=gphpedit pkgver=0.9.98RC1 pkgrel=4 pkgdesc="a scintilla/gnome based editor specialized on php-files" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL') depends=('gconf' 'webkitgtk2' 'desktop-file-utils' 'hicolor-icon-theme') makedepends=('intltool') url="http://www.gphpedit.org/" options=('!makeflags') install=gphpedit.install -source=(http://www.gphpedit.org/sites/default/files/gphpedit-$pkgver.tar.gz) -md5sums=('cc3c5f50704fa0ed3ef3d4ac983db525') +source=(http://www.gphpedit.org/sites/default/files/gphpedit-$pkgver.tar.gz + gphpedit-0.9.98RC1-gmodule.patch) +md5sums=('cc3c5f50704fa0ed3ef3d4ac983db525' + '4eecf974dedbb3d29c64576d2642cd6f') build() { cd ${srcdir}/*$pkgname* |