summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMufeed Ali2021-05-11 16:21:51 +0530
committerMufeed Ali2021-05-11 16:21:51 +0530
commitd182d59f66e17c94126dad8300977010326ee75e (patch)
tree709020b52c849a656c358004066610d36a65cbec
parent49660223ad8686474c36e81f4d940403e9bc0e8a (diff)
downloadaur-d182d59f66e17c94126dad8300977010326ee75e.tar.gz
Update to 1.3.0
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore19
-rw-r--r--PKGBUILD7
3 files changed, 20 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0343b98d718b..0a66be6a4200 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dialect
pkgdesc = A translation app for GNOME based on Google Translate
- pkgver = 1.2.0
- pkgrel = 2
+ pkgver = 1.3.0
+ pkgrel = 1
url = https://github.com/gi-lom/dialect
arch = any
license = GPL3
@@ -16,9 +16,8 @@ pkgbase = dialect
depends = python-gtts
depends = python-h2
depends = python-httpx
- depends = python-langdetect
- source = dialect-v1.2.0.tar.gz::https://github.com/gi-lom/dialect/archive/1.2.0.tar.gz
- sha256sums = aec9e987d2e3f807602ffe96363314701efa572f6ece68de34a8590eacd9ed25
+ source = dialect-v1.3.0.tar.gz::https://github.com/gi-lom/dialect/archive/1.3.0.tar.gz
+ sha256sums = c5f11de1c3067d05bd81a8964ec40a9c6334c6772069c61f999f719d5e36cbae
pkgname = dialect
diff --git a/.gitignore b/.gitignore
index 199cb5145124..b73905529f23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,13 @@
-src
-*.py
-*.tar.gz
-*.pkg*
-pkg/*
-/.project
+*.tar
+*.tar.*
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+pkg/
+src/
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