summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0e14ad1697f..355df194deb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-language-check
pkgdesc = Checks grammar using LanguageTool.
- pkgver = 0.7.2
- pkgrel = 2
+ pkgver = 1.1
+ pkgrel = 3
url = https://github.com/myint/language-check
arch = any
license = GPL3
makedepends = python
depends = python
- source = https://pypi.python.org/packages/source/l/language-check/language-check-0.7.2.tar.gz
- sha256sums = 58faf02629511f1b3f9a165c8c0251ea01a36ba8574d063c11b573e5393ee4ad
+ source = https://pypi.python.org/packages/source/l/language-check/language-check-1.1.tar.gz
+ sha256sums = 9b140fa9f0be4903ffc91e2342e77ef35596de837ebde25ac6dc066f54417fab
pkgname = python-language-check
diff --git a/PKGBUILD b/PKGBUILD
index 298c5565d01b..14a96fc26286 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=python-language-check
_name=language-check
-pkgver=0.7.2
-pkgrel=2
+pkgver=1.1
+pkgrel=3
pkgdesc="Checks grammar using LanguageTool."
url="https://github.com/myint/language-check"
depends=('python')
@@ -10,7 +10,7 @@ optdepends=()
license=('GPL3')
arch=('any')
source=("https://pypi.python.org/packages/source/l/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('58faf02629511f1b3f9a165c8c0251ea01a36ba8574d063c11b573e5393ee4ad')
+sha256sums=('9b140fa9f0be4903ffc91e2342e77ef35596de837ebde25ac6dc066f54417fab')
build() {
cd "$srcdir/${_name}-${pkgver}"