summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebe185e37bce..3e2d12cbc3f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=dialect
_author=gi-lom
_gitname=dialect
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
pkgdesc='A translation app for GNOME based on Google Translate'
arch=(any)
url=https://github.com/gi-lom/dialect
@@ -19,14 +19,13 @@ depends=(
python-gtts
python-h2
python-httpx
- python-langdetect
)
makedepends=(
gobject-introspection
meson
)
source=("$_gitname-v$pkgver.tar.gz::https://github.com/$_author/$_gitname/archive/$pkgver.tar.gz")
-sha256sums=('aec9e987d2e3f807602ffe96363314701efa572f6ece68de34a8590eacd9ed25')
+sha256sums=('c5f11de1c3067d05bd81a8964ec40a9c6334c6772069c61f999f719d5e36cbae')
prepare() {
cd $_gitname-$pkgver