summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2020-06-26 09:30:26 +0000
committerAUR updater2020-06-26 09:30:26 +0000
commit5ccfb8425feb4deaf00335fdac4499cc1f8d4173 (patch)
treec0d2245f6563d933e213979cef640e82dec7d253
parent429d891736f54acfa57661f2c150f90ba00118cf (diff)
downloadaur-5ccfb8425feb4deaf00335fdac4499cc1f8d4173.tar.gz
Update to version 0.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d5a1ece162f..ed37d43854b6 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.4
+ pkgver = 0.1.5
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.4.tar.gz
- sha256sums = 35d8c226173dcbd94a1d771f69b5cae5e122cdb49795efac1ac3dff6c86216e5
+ source = https://github.com/sciapp/github-binary-upload/archive/v0.1.5.tar.gz
+ sha256sums = 5cac6e88d575a800874cfa23467bb4792149d48a7927e0a2c92efbd42d9c075d
pkgname = python-github-binary-upload
diff --git a/PKGBUILD b/PKGBUILD
index ba8a82d1e63d..82c68c8398b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Heimbach <i.heimbach@fz-juelich.de>
pkgname="python-github-binary-upload"
-pkgver="0.1.4"
+pkgver="0.1.5"
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=("35d8c226173dcbd94a1d771f69b5cae5e122cdb49795efac1ac3dff6c86216e5")
+sha256sums=("5cac6e88d575a800874cfa23467bb4792149d48a7927e0a2c92efbd42d9c075d")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return