summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVasil Bakalov2022-01-12 17:05:27 +0200
committerVasil Bakalov2022-01-12 17:05:27 +0200
commit6564d4d02cec4fd3c037b0d991d4045985e96a2c (patch)
tree90778545f5b8236fb5f5a80e5e14c4df6c68355b /PKGBUILD
parent27aaa31c4c7c10750ec36ef407151be126c637c4 (diff)
downloadaur-6564d4d02cec4fd3c037b0d991d4045985e96a2c.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15040c4fc2c1..a738c57d211d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vasil Bakalov <jens300304@gmail.com>
pkgname=python-ossapi
url="https://github.com/circleguard/ossapi"
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="A python wrapper for the osu! api."
arch=('any')
@@ -9,9 +9,7 @@ license=('MIT')
source=(
"https://github.com/circleguard/ossapi/archive/refs/tags/v${pkgver}.tar.gz"
)
-sha256sums=(
- 'a60b586bb96ee11c8be29393db2d40149799dabe71a0e7d760c720e0da2159fd'
-)
+sha256sums=('293d05e981420bce1381daf798dc871c8dfc6192e9ab929f0a12366eaa7cdbae')
depends=(
'python'
'python-requests'