summaryrefslogtreecommitdiff
path: root/community/qstardict/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/qstardict/PKGBUILD')
-rw-r--r--community/qstardict/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/qstardict/PKGBUILD b/community/qstardict/PKGBUILD
index 79fce59b2..93f725f35 100644
--- a/community/qstardict/PKGBUILD
+++ b/community/qstardict/PKGBUILD
@@ -8,12 +8,14 @@ pkgver=1.0.1
pkgrel=3
depends=('qt4')
makedepends=('cmake' 'automoc4' 'kdelibs')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://qstardict.ylsoftware.com/index.php"
license=('GPL2')
changelog=$pkgname.changelog
-source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f')
+source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2
+ qstardict-1.0.1-glib.patch)
+sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f'
+ '30878282698dc90bf615ca383f4c01357ce49dfcdddd12c2e0b113ee51822c57')
build() {
cd "${srcdir}/$pkgname-$pkgver"