summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorĽubomír Kučera2020-03-10 12:40:05 +0100
committerĽubomír Kučera2020-03-10 12:40:20 +0100
commit718fb3b0ca7e71559ecfe09c061b4f30b54cfa86 (patch)
tree04e9eea65d669e7d242ddc49ee6c9ad01ed5ef05
parent25ccfaf0d3b1b5812933992427b1a84ef4167dd5 (diff)
downloadaur-718fb3b0ca7e71559ecfe09c061b4f30b54cfa86.tar.gz
Update to version 6.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--Makefile4
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42d80aa7dc5b..6d9a66a9c4d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = beautysh
pkgdesc = A Bash beautifier for the masses
- pkgver = 5.0.2
+ pkgver = 6.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.2.tar.gz
- sha256sums = afbb9758fff67c2fa5fe7d9a4a994145eec2520a88aabf85f3fc583289af3304
+ source = https://github.com/lovesegfault/beautysh/archive/6.0.1.tar.gz
+ sha256sums = 16830490343a9bdb30e0b9cc994dec735114cfd4ba7c69b4545ff7e287df48b3
pkgname = beautysh
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..42f1925b83a9
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+all: .SRCINFO
+
+.SRCINFO: PKGBUILD
+ makepkg --printsrcinfo > .SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 69341c40f298..a80c823e5d28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Ľubomír 'The_K' Kučera <lubomir.kucera.jr at gmail.com>
+# Maintainer: Ľubomír 'the-k' Kučera <lubomir.kucera.jr at gmail.com>
pkgname=beautysh
-pkgver=5.0.2
+pkgver=6.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=('afbb9758fff67c2fa5fe7d9a4a994145eec2520a88aabf85f3fc583289af3304')
+sha256sums=('16830490343a9bdb30e0b9cc994dec735114cfd4ba7c69b4545ff7e287df48b3')
package() {
cd "${pkgname}-${pkgver}"