diff options
author | Vasil Bakalov | 2022-01-12 17:05:27 +0200 |
---|---|---|
committer | Vasil Bakalov | 2022-01-12 17:05:27 +0200 |
commit | 6564d4d02cec4fd3c037b0d991d4045985e96a2c (patch) | |
tree | 90778545f5b8236fb5f5a80e5e14c4df6c68355b /PKGBUILD | |
parent | 27aaa31c4c7c10750ec36ef407151be126c637c4 (diff) | |
download | aur-6564d4d02cec4fd3c037b0d991d4045985e96a2c.tar.gz |
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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' |