summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2022-11-03 10:04:55 +0000
committerAUR updater2022-11-03 10:04:55 +0000
commit64a95a9cca535ed7adbcd3f0345bf8b7785d43f3 (patch)
tree77cb11f7f8bcf42ac020d4998e5b27873fd4df85
parent354a26a84963bc4eb2736703b8c155b90b566016 (diff)
downloadaur-64a95a9cca535ed7adbcd3f0345bf8b7785d43f3.tar.gz
Update to version 0.1.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1e01f6ce819..6308dc68c84c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-github-binary-upload
pkgdesc = A Python package which creates simple interactive menus on the command line.
- pkgver = 0.1.9
+ pkgver = 0.1.10
pkgrel = 1
url = https://github.com/sciapp/github-binary-upload
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-github-binary-upload
depends = python
depends = python-requests
depends = python-yacl
- source = https://github.com/sciapp/github-binary-upload/archive/v0.1.9.tar.gz
- sha256sums = 77aabb5a9c5179602d0661c1122528fb442ad4a623c42acd56f470cc55671cbb
+ source = https://github.com/sciapp/github-binary-upload/archive/v0.1.10.tar.gz
+ sha256sums = 90238b6d6273f1532e20274a0b7ff9dc18eaa1eb1c58ca527fe7a44fb5800897
pkgname = python-github-binary-upload
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