summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2021-07-12 09:30:37 +0000
committerAUR updater2021-07-12 09:30:37 +0000
commit354a26a84963bc4eb2736703b8c155b90b566016 (patch)
tree682711b701314cb7c4dbe03219a45195ec6ea9a5
parent486fa8a10d61149c4f03541442a4a065dfbcaeae (diff)
downloadaur-354a26a84963bc4eb2736703b8c155b90b566016.tar.gz
Update to version 0.1.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0d91c613433..d1e01f6ce819 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.8
+ pkgver = 0.1.9
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.8.tar.gz
- sha256sums = d78eaa6f8ea80e7787940c34985395ac72c9462910b400ba381d17799a4afb72
+ source = https://github.com/sciapp/github-binary-upload/archive/v0.1.9.tar.gz
+ sha256sums = 77aabb5a9c5179602d0661c1122528fb442ad4a623c42acd56f470cc55671cbb
pkgname = python-github-binary-upload
diff --git a/PKGBUILD b/PKGBUILD
index d39bb8d691e6..bf6514472985 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.8"
+pkgver="0.1.9"
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=("d78eaa6f8ea80e7787940c34985395ac72c9462910b400ba381d17799a4afb72")
+sha256sums=("77aabb5a9c5179602d0661c1122528fb442ad4a623c42acd56f470cc55671cbb")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return