summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"