summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2021-07-09 08:46:57 +0000
committerAUR updater2021-07-09 08:46:57 +0000
commit486fa8a10d61149c4f03541442a4a065dfbcaeae (patch)
treeebca4be3b3c1e8a006296dca96ee35cb59be2eeb
parenta74ecae30d06c60dc092efe7045bfe873d441f32 (diff)
downloadaur-486fa8a10d61149c4f03541442a4a065dfbcaeae.tar.gz
Update to version 0.1.8
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27ef96cea966..b0d91c613433 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.7
+ pkgver = 0.1.8
pkgrel = 1
url = https://github.com/sciapp/github-binary-upload
arch = any
@@ -9,8 +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.7.tar.gz
- sha256sums = e46ed8d5fd584d2bc3d47382b39ba8081ad5c7e585e84b16ac94f20787fe8f2a
+ source = https://github.com/sciapp/github-binary-upload/archive/v0.1.8.tar.gz
+ sha256sums = d78eaa6f8ea80e7787940c34985395ac72c9462910b400ba381d17799a4afb72
pkgname = python-github-binary-upload
-
diff --git a/PKGBUILD b/PKGBUILD
index 3c7634d9f1fd..d39bb8d691e6 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.7"
+pkgver="0.1.8"
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=("e46ed8d5fd584d2bc3d47382b39ba8081ad5c7e585e84b16ac94f20787fe8f2a")
+sha256sums=("d78eaa6f8ea80e7787940c34985395ac72c9462910b400ba381d17799a4afb72")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return