summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2022-11-03 10:04:55 +0000
committerAUR updater2022-11-03 10:04:55 +0000
commit64a95a9cca535ed7adbcd3f0345bf8b7785d43f3 (patch)
tree77cb11f7f8bcf42ac020d4998e5b27873fd4df85 /PKGBUILD
parent354a26a84963bc4eb2736703b8c155b90b566016 (diff)
downloadaur-python-github-binary-upload.tar.gz
Update to version 0.1.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf6514472985..d0ec3d0bad35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Meyer <i.meyer@fz-juelich.de>
pkgname="python-github-binary-upload"
-pkgver="0.1.9"
+pkgver="0.1.10"
pkgrel="1"
pkgdesc="A Python package which creates simple interactive menus on the command line."
arch=("any")
@@ -10,7 +10,7 @@ license=("MIT")
depends=("python" "python-requests" "python-yacl")
makedepends=("python-setuptools")
source=("https://github.com/sciapp/github-binary-upload/archive/v${pkgver}.tar.gz")
-sha256sums=("77aabb5a9c5179602d0661c1122528fb442ad4a623c42acd56f470cc55671cbb")
+sha256sums=("90238b6d6273f1532e20274a0b7ff9dc18eaa1eb1c58ca527fe7a44fb5800897")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return