summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshenleban tongying2022-10-25 00:42:57 -0400
committershenleban tongying2022-10-25 00:42:57 -0400
commit450084a494645e75a8c9e02e60d427869532ca7e (patch)
treeb8e784eee0a64c9037a5235f5a630181e9733e51
parent2447bfcace77f3f94c1d48ffd8a4a4c26ff325bc (diff)
downloadaur-450084a494645e75a8c9e02e60d427869532ca7e.tar.gz
remove the probably useless old workaround? and it may cause some problem?
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ad641979f89..bc198422b4f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = goldendict-webengine-git
pkgdesc = A feature-rich dictionary lookup program, supporting multiple dictionary formats.
- pkgver = 22.2.alpha.a088b0e1.r2.g6554c674
+ pkgver = 22.9.24.alpha.220930.ca7fc1c2.r71.g6742321a
pkgrel = 1
url = http://goldendict.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 16cafe72d082..86229a05d555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: slbtty <shenlebantongying@gmail.com>
pkgname=goldendict-webengine-git
-pkgver=22.2.alpha.a088b0e1.r2.g6554c674
+pkgver=22.9.24.alpha.220930.ca7fc1c2.r71.g6742321a
pkgrel=1
pkgdesc="A feature-rich dictionary lookup program, supporting multiple dictionary formats."
arch=('i686' 'x86_64')
@@ -27,9 +27,6 @@ pkgver() {
prepare() {
cd "$srcdir/$pkgname"
- msg "Fixing flags"
- echo "QMAKE_CXXFLAGS_RELEASE = $CFLAGS" >> goldendict.pro
- echo "QMAKE_CFLAGS_RELEASE = $CXXFLAGS" >> goldendict.pro
}
build(){