summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorĽubomír Kučera2021-05-04 19:33:14 +0200
committerĽubomír Kučera2021-05-04 19:33:14 +0200
commit6ad9798fa0890f807bab28d1db0346d83e78558b (patch)
tree3c849c169e23875dc570a149db1cb12f7de6b697
parent718fb3b0ca7e71559ecfe09c061b4f30b54cfa86 (diff)
downloadaur-6ad9798fa0890f807bab28d1db0346d83e78558b.tar.gz
Update to version 6.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d9a66a9c4d8..2e307560550b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = beautysh
pkgdesc = A Bash beautifier for the masses
- pkgver = 6.0.1
+ pkgver = 6.1.0
pkgrel = 1
url = https://github.com/bemeurer/beautysh
arch = any
license = MIT
depends = python-setuptools
- source = https://github.com/lovesegfault/beautysh/archive/6.0.1.tar.gz
- sha256sums = 16830490343a9bdb30e0b9cc994dec735114cfd4ba7c69b4545ff7e287df48b3
+ source = https://files.pythonhosted.org/packages/source/b/beautysh/beautysh-6.1.0.tar.gz
+ sha256sums = 966b4acb877ad3606a96524e42c8368f0fdff30058340b497788ec4161b7d544
pkgname = beautysh
diff --git a/PKGBUILD b/PKGBUILD
index a80c823e5d28..03f94e53d26b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ľubomír 'the-k' Kučera <lubomir.kucera.jr at gmail.com>
pkgname=beautysh
-pkgver=6.0.1
+pkgver=6.1.0
pkgrel=1
pkgdesc="A Bash beautifier for the masses"
arch=('any')
url='https://github.com/bemeurer/beautysh'
license=('MIT')
depends=('python-setuptools')
-source=("https://github.com/lovesegfault/beautysh/archive/${pkgver}.tar.gz")
-sha256sums=('16830490343a9bdb30e0b9cc994dec735114cfd4ba7c69b4545ff7e287df48b3')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('966b4acb877ad3606a96524e42c8368f0fdff30058340b497788ec4161b7d544')
package() {
cd "${pkgname}-${pkgver}"