summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorĽubomír Kučera2019-07-29 09:27:56 +0200
committerĽubomír Kučera2019-07-29 09:27:56 +0200
commit1d9fde3cd0cda5636f04c8eb54c8b6e2b598acbd (patch)
tree019a277d8a9748b381e4cb078339a10072c8058d
parent9826b6014dc2a3eea493b23b180682ff74265cf1 (diff)
downloadaur-1d9fde3cd0cda5636f04c8eb54c8b6e2b598acbd.tar.gz
Update to version 5.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d18bf3bd567..830a3912f98c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = beautysh
pkgdesc = A Bash beautifier for the masses
- pkgver = 5.0.0
+ pkgver = 5.0.1
pkgrel = 1
url = https://github.com/bemeurer/beautysh
arch = any
license = MIT
depends = python-setuptools
- source = https://github.com/lovesegfault/beautysh/archive/5.0.0.tar.gz
- sha256sums = 4eea96124fc77c4cf0bb0370e1971c328ddd5acc8f589e911f62d1cf8ed8e23b
+ source = https://github.com/lovesegfault/beautysh/archive/5.0.1.tar.gz
+ sha256sums = 94b80116190e334b692d05758ea2de6ebf4f64cdaef617d43c461ae4cfe0ef1c
pkgname = beautysh
diff --git a/PKGBUILD b/PKGBUILD
index 3b57ff9b5d46..2dfb397bcc40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ľubomír 'The_K' Kučera <lubomir.kucera.jr at gmail.com>
pkgname=beautysh
-pkgver=5.0.0
+pkgver=5.0.1
pkgrel=1
pkgdesc="A Bash beautifier for the masses"
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/bemeurer/beautysh'
license=('MIT')
depends=('python-setuptools')
source=("https://github.com/lovesegfault/beautysh/archive/${pkgver}.tar.gz")
-sha256sums=('4eea96124fc77c4cf0bb0370e1971c328ddd5acc8f589e911f62d1cf8ed8e23b')
+sha256sums=('94b80116190e334b692d05758ea2de6ebf4f64cdaef617d43c461ae4cfe0ef1c')
package() {
cd "${pkgname}-${pkgver}"