summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKelaun2020-09-17 08:28:06 +0200
committerKelaun2020-09-17 08:28:06 +0200
commit2f9cdd7219a678885503589d48b25c527202689c (patch)
treeb14091636e8943cece080c228f8337e619f08c54
parent40ab9f0126dd4868f852fc2953f9eaa3ec15fd86 (diff)
downloadaur-2f9cdd7219a678885503589d48b25c527202689c.tar.gz
Release 1.14.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5500c317d5d..5ccca0a63a51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = instawow
pkgdesc = Package manager for World of Warcraft
- pkgver = 1.14.1
- pkgrel = 6
+ pkgver = 1.14.2
+ pkgrel = 1
url = https://github.com/layday/instawow
arch = x86_64
license = GPL3
@@ -28,8 +28,8 @@ pkgbase = instawow
depends = python-yarl>=1.4.0
depends = python-slpp-git
optdepends = python-aiohttp_rpc: server support
- source = https://files.pythonhosted.org/packages/source/i/instawow/instawow-1.14.1.tar.gz
- sha256sums = d042c7fe3c1de9e1bb30a3f9dc88363001865e66933f1529519bc0b36aa53c27
+ source = https://files.pythonhosted.org/packages/source/i/instawow/instawow-1.14.2.tar.gz
+ sha256sums = f0ec1c78487f29947f16fe99bc2157f4cdf87bab6223df4ee0582c233f6b21e4
pkgname = instawow
diff --git a/PKGBUILD b/PKGBUILD
index b7674094c228..c37351c1b933 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kevin Andriessens <kevin@kelaun.be>
# Contributor: layday <layday@protonmail.com>
pkgname='instawow'
-pkgver='1.14.1'
-pkgrel=6
+pkgver='1.14.2'
+pkgrel=1
pkgdesc="Package manager for World of Warcraft"
arch=('x86_64')
url="https://github.com/layday/instawow"
@@ -12,7 +12,7 @@ makedepends=('tar' 'python-setuptools' 'python-setuptools-scm' 'python-toml')
optdepends=('python-aiohttp_rpc: server support')
checkdepends=('python-pytest>=6.0.1' 'python-pytest-asyncio' 'python-aresponses')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('d042c7fe3c1de9e1bb30a3f9dc88363001865e66933f1529519bc0b36aa53c27')
+sha256sums=('f0ec1c78487f29947f16fe99bc2157f4cdf87bab6223df4ee0582c233f6b21e4')
build() {
cd "$pkgname-$pkgver"