summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEwen Le Bihan2024-01-02 21:01:28 +0100
committerEwen Le Bihan2024-01-02 21:01:28 +0100
commit187d48a0625939f548777dd80d01bcd99b34b591 (patch)
treeb5a50d333aaab4677342e57df86d7b4cf3d7a51e
parent03bcabbb2cc7e4f24b2fbc0895c0e7cd8375965e (diff)
downloadaur-python-issurge.tar.gz
"Updated to v0.4.1"
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b5891c247bb..04db037a4873 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-issurge
pkgdesc = Deal with your client's feedback efficiently by creating a bunch of issues in bulk from a text file.
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/ewen-lbh/issurge
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-issurge
makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/ef/fc/9ae9f11a3d44e1c96196bc9a5b50781c38e8882d07738501f8c29117be0a/issurge-0.4.0.tar.gz
- sha256sums = 6f3e0dd3d1a471d4967c11fce68ce25aa83ea576e930b994ab633843fa691f11
+ sha256sums = 2657cfaa2313d7264184ff5536d84fe09be582d92e3ae2cb6ba05024082051fe
pkgname = python-issurge
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index b33a129fa68d..d7d84a9a66dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgbase='python-issurge'
pkgname=('python-issurge')
_module='issurge'
_src_folder='issurge-0.4.0'
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="Deal with your client's feedback efficiently by creating a bunch of issues in bulk from a text file."
url="https://github.com/ewen-lbh/issurge"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('unknown')
arch=('any')
source=("https://files.pythonhosted.org/packages/ef/fc/9ae9f11a3d44e1c96196bc9a5b50781c38e8882d07738501f8c29117be0a/issurge-0.4.0.tar.gz")
-sha256sums=("6f3e0dd3d1a471d4967c11fce68ce25aa83ea576e930b994ab633843fa691f11")
+sha256sums=("2657cfaa2313d7264184ff5536d84fe09be582d92e3ae2cb6ba05024082051fe")
build() {
cd "${srcdir}/${_src_folder}"