summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2020-09-29 09:25:20 +0000
committerAUR updater2020-09-29 09:25:20 +0000
commita74ecae30d06c60dc092efe7045bfe873d441f32 (patch)
tree47aeb7caca2bdc71c72e82e8e7f0f00e2d624dcc
parent0a99f5976e98a2297c5072e7a37f8457d84aedfd (diff)
downloadaur-a74ecae30d06c60dc092efe7045bfe873d441f32.tar.gz
Update to version 0.1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a538584c69f0..27ef96cea966 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.6
+ pkgver = 0.1.7
pkgrel = 1
url = https://github.com/sciapp/github-binary-upload
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-github-binary-upload
depends = python
depends = python-requests
depends = python-yacl
- source = https://github.com/sciapp/github-binary-upload/archive/v0.1.6.tar.gz
- sha256sums = c1d3112160f5935d6eeecb2f44b7be8c6cebcb9523864d5e23af088fbcc87f16
+ source = https://github.com/sciapp/github-binary-upload/archive/v0.1.7.tar.gz
+ sha256sums = e46ed8d5fd584d2bc3d47382b39ba8081ad5c7e585e84b16ac94f20787fe8f2a
pkgname = python-github-binary-upload
diff --git a/PKGBUILD b/PKGBUILD
index e3f4a4e46ac6..3c7634d9f1fd 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.6"
+pkgver="0.1.7"
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=("c1d3112160f5935d6eeecb2f44b7be8c6cebcb9523864d5e23af088fbcc87f16")
+sha256sums=("e46ed8d5fd584d2bc3d47382b39ba8081ad5c7e585e84b16ac94f20787fe8f2a")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return