summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-03-05 07:08:25 +0800
committerzxp198210052024-03-05 07:08:25 +0800
commit4bb98a80fd74cf77b781aa1021660e1d481788ee (patch)
tree7b7ec642e9ce1f40fc94389582778c8d2bc060a2
parent9b4f39b2f5557826f57a1bc4e030a056ce8dc638 (diff)
downloadaur-4bb98a80fd74cf77b781aa1021660e1d481788ee.tar.gz
fix errors
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5e25798828a..1f21514756b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = syng-bin
pkgdesc = A free, open source, cross-platform, Chinese-To-English dictionary for desktops.
pkgver = 2.0.0_beta_5
- pkgrel = 4
+ pkgrel = 5
url = https://getsyng.com/
arch = x86_64
license = GPL-3.0-only
diff --git a/PKGBUILD b/PKGBUILD
index 700348445a97..3bddaa6b944c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=syng-bin
_appname=syng
pkgver=2.0.0_beta_5
-pkgrel=4
+pkgrel=5
pkgdesc="A free, open source, cross-platform, Chinese-To-English dictionary for desktops."
arch=("x86_64")
url="https://getsyng.com/"
@@ -25,7 +25,7 @@ source=(
sha256sums=('18d9c3474e4c486460cc34f07b00259381875f0ac22db6a3cbe24713ba1693ab'
'997e0e57760a71dfc656727d5bc14149bae55f907990f8c75650673924434f0c')
build() {
- bsdtar -xf "${srcdir}/data.tar.gz"
+ bsdtar -xf "${srcdir}/data."*
sed "s|${pkgname%-bin}-2|${pkgname%-bin}|g" -i "${srcdir}/usr/share/applications/${pkgname%-bin}-2.desktop"
}
package() {