summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Gautier2022-01-19 10:34:39 +0100
committerMax Gautier2022-01-19 10:34:39 +0100
commit6655df8fc38e2e99ae1b3886372e0a5f558e3af7 (patch)
tree4d0ddcec3110d14aaaaa87e467b15b9eccef4186 /PKGBUILD
parent8c578f7d60818fc538428634fcf5784aec10af24 (diff)
downloadaur-oauth2token.tar.gz
Version 0.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31d97e9fb5a6..643d31b2c97f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,15 @@
-# Maintainer: Max Gautier <ashelia1000 at gmail dot com>
+# Maintainer: Max Gautier <mg+archlinux@max.gautier.name>
pkgname=oauth2token
-pkgver=0.0.2.post2
+pkgver=0.0.3
pkgrel=1
pkgdesc="Simple cli utility to create and use oauth2 tokens"
arch=(any)
url="https://pypi.org/project/$pkgname/"
-install=
-install=
license=('GPL')
depends=(python-google-auth-oauthlib python-pyxdg)
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha512sums=('12a59f911e66dde8fd62ab014349afbd09785273fbf0b7b004857a114d1187d2ad9bd3740989a74de58ac26145ece60ac07fece55d73a9564a16a0f6780cc65f')
+sha512sums=('9d3f708de37821892578b231c538302b39cd4c95053912bc01250e4a8d1d6acd1b204b1c53a8e956824ed0913439dba5d52a28d4dcd2cbd3d0db2a5455edb148')
build() {
cd "$pkgname-$pkgver"