summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraksr2019-03-26 14:29:57 +0100
committeraksr2019-03-26 14:29:57 +0100
commitc6d676c50401e362f1ac536419ecda6a7ef1725b (patch)
tree0d423b6e482329d60309d170f033ed4bf6f3e19f /PKGBUILD
parent850cbf6351d1a59a804f9e0e293447ad36186215 (diff)
downloadaur-c6d676c50401e362f1ac536419ecda6a7ef1725b.tar.gz
...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 943ef3c42e27..9374d9fd0e5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Eugene Yudin aka Infy <Eugene dot Yudin at gmail dot com>
# Maintainer: aksr <aksr at t-com dot me>
pkgname=goldendict-git
-pkgver=1.5.0.RC.978.g6d46fd15
+pkgver=1.5.0.RC.1009.gade20fc1
pkgrel=1
pkgdesc="A feature-rich dictionary lookup program, supporting multiple dictionary formats."
arch=('i686' 'x86_64')
@@ -32,7 +32,7 @@ prepare() {
build(){
cd "$srcdir/$pkgname"
- qmake-qt5 "CONFIG+=zim_support" "CONFIG+=chinese_conversion_support" PREFIX="/usr"
+ qmake-qt5 "CONFIG+=zim_support" "CONFIG+=chinese_conversion_support" PREFIX="/usr" goldendict.pro
make
}