summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiacomo Vercesi2021-11-27 11:40:05 +0100
committerGiacomo Vercesi2021-11-27 11:40:05 +0100
commitc7667c387f962bf5f2e135aa1d4b7c05ad844eb9 (patch)
tree2972725c29cd89b9b4caa32639f34c5fca922bc6 /PKGBUILD
parentc29bc6da4ec639a74e874f15a96056fe3727a36e (diff)
downloadaur-c7667c387f962bf5f2e135aa1d4b7c05ad844eb9.tar.gz
Update to 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6de31a89904..a55dd9975e36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Florian Wittmann
pkgname=python-mbstrdecoder
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc='Multi-byte character string decoder'
arch=('any')
url='https://github.com/thombashi/mbstrdecoder'
@@ -12,11 +12,8 @@ license=('MIT')
depends=('python-chardet>=3.0.4')
makedepends=('python-setuptools')
# checkdepends=('python-pytest>=6.0.1' 'python-pytest-runner' 'python-faker>=1.0.2')
-source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/m/mbstrdecoder/mbstrdecoder-$pkgver.tar.gz"
- "$pkgname-$pkgver.tar.gz.asc::https://files.pythonhosted.org/packages/source/m/mbstrdecoder/mbstrdecoder-$pkgver.tar.gz.asc")
-sha256sums=('f895e1fb97496855ab5e43de99588787169c01f782c71625142d1a62729e9f9d'
- 'SKIP')
-validpgpkeys=('BCF9203E5E80B5607EAE6FDD98CDA9A5F0BFC367')
+source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/m/mbstrdecoder/mbstrdecoder-$pkgver.tar.gz")
+sha256sums=('f4dfd549e424ad8dfc985e6af8b55cb4ec0c208782f610d57439fe6a9a44c244')
build() {
cd "mbstrdecoder-$pkgver"