summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2020-09-25 14:30:40 +0000
committerAUR updater2020-09-25 14:30:40 +0000
commit0a99f5976e98a2297c5072e7a37f8457d84aedfd (patch)
treee699c63e8b87f6865904aaa81e09320abe960038
parent00d7c72f4c05f5d6f6397c8be44f27d6ad5e6d66 (diff)
downloadaur-0a99f5976e98a2297c5072e7a37f8457d84aedfd.tar.gz
Update to version 0.1.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e1424ec98e5..a538584c69f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-github-binary-upload
pkgdesc = A Python package which creates simple interactive menus on the command line.
- pkgver = 0.1.5
- pkgrel = 2
+ pkgver = 0.1.6
+ pkgrel = 1
url = https://github.com/sciapp/github-binary-upload
arch = any
license = MIT
@@ -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.5.tar.gz
- sha256sums = 5cac6e88d575a800874cfa23467bb4792149d48a7927e0a2c92efbd42d9c075d
+ source = https://github.com/sciapp/github-binary-upload/archive/v0.1.6.tar.gz
+ sha256sums = c1d3112160f5935d6eeecb2f44b7be8c6cebcb9523864d5e23af088fbcc87f16
pkgname = python-github-binary-upload
diff --git a/PKGBUILD b/PKGBUILD
index 2c9ab7479da6..e3f4a4e46ac6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ingo Meyer <i.meyer@fz-juelich.de>
pkgname="python-github-binary-upload"
-pkgver="0.1.5"
-pkgrel="2"
+pkgver="0.1.6"
+pkgrel="1"
pkgdesc="A Python package which creates simple interactive menus on the command line."
arch=("any")
url="https://github.com/sciapp/github-binary-upload"
@@ -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=("5cac6e88d575a800874cfa23467bb4792149d48a7927e0a2c92efbd42d9c075d")
+sha256sums=("c1d3112160f5935d6eeecb2f44b7be8c6cebcb9523864d5e23af088fbcc87f16")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return