summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorĽubomír Kučera2018-09-03 00:05:07 +0200
committerĽubomír Kučera2018-09-03 00:05:07 +0200
commitf5fec15367aaf7524c20296c76b655d15846bc26 (patch)
treefde692aacb8a798b8ca152a2f0d5afe5b8c38abf
parent8adff2403a6f3469fea81ce960dc13c0c07ee002 (diff)
downloadaur-f5fec15367aaf7524c20296c76b655d15846bc26.tar.gz
Update to version 3.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91a1db85aa10..e1d19d57a026 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = beautysh
pkgdesc = A Bash beautifier for the masses
- pkgver = 3.8
+ pkgver = 3.11
pkgrel = 1
url = https://github.com/bemeurer/beautysh
arch = any
- license = GPL3
+ license = MIT
depends = python-setuptools
- source = https://github.com/bemeurer/beautysh/archive/3.8.tar.gz
- sha256sums = 54b40576d2bce2d5676e1196ef33e6f5f673ea2a0d0887703378807b8e626270
+ source = https://github.com/bemeurer/beautysh/archive/3.11.tar.gz
+ sha256sums = 0dda79a1c354219182f68fd1feb43e4b6d18be99927a75ba69fb6cc31aaca7d5
pkgname = beautysh
diff --git a/PKGBUILD b/PKGBUILD
index f7f096dc2570..3a522ff9d140 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=3.8
+pkgver=3.11
pkgrel=1
pkgdesc="A Bash beautifier for the masses"
arch=('any')
url='https://github.com/bemeurer/beautysh'
-license=('GPL3')
+license=('MIT')
depends=('python-setuptools')
source=("https://github.com/bemeurer/beautysh/archive/${pkgver}.tar.gz")
-sha256sums=('54b40576d2bce2d5676e1196ef33e6f5f673ea2a0d0887703378807b8e626270')
+sha256sums=('0dda79a1c354219182f68fd1feb43e4b6d18be99927a75ba69fb6cc31aaca7d5')
package() {
cd "${pkgname}-${pkgver}"