summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDennis Vestergaard Værum2024-06-06 07:43:44 +0200
committerDennis Vestergaard Værum2024-06-06 07:43:44 +0200
commit4a47209913a4f3c965fd34d40cb01fec2e71942d (patch)
tree147050b01dd924e39ce27daccf30e8a16907a63a /PKGBUILD
parente11e809bc643d12bd62628f08f65e916240b7087 (diff)
downloadaur-4a47209913a4f3c965fd34d40cb01fec2e71942d.tar.gz
bumped to v3.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9ef772f3fde..c89c62dbb693 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=toggl-cli
pkgname="python-togglcli"
-pkgver=2.4.4
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
pkgdesc="Command line tool and set of Python wrapper classes for interacting with toggl's API"
arch=('any')
url="https://github.com/auhau/toggl-cli"
@@ -33,7 +33,7 @@ options=()
source=("https://github.com/AuHau/${_name}/archive/refs/tags/v${pkgver}.tar.gz")
noextract=()
-sha512sums=('32c28e5f396bb0d084f0ee43f7ca78ac54494b795b23ee41a2d1e7c4c2bf57d794025359620af653ebd35c4f2d02b358d40a4606c41fb9bc2ba76114e2969ce7')
+sha512sums=('4d135ab214fd2a373ee14679a742b7f04f9ee165dc43faff249b92a38a3e305efcf0a20f44f423a124258e4b232026f68161e815b119bdc4973d466e60c5427e')
#sha512sums=("$(curl --location --show-error --silent "${source[0]}" | sha512sum | tr -d '\n -')")
build() {